Most voted "hangfire" questions
Hangfire is an asynchronous task scheduler for ASP.NET MVC.
Learn more…7 questions
Sort by count of
-
1
votes3
answers897
viewsC# hangfire stopping
I’m using hangfire with IIS in an Asp.net MVC application with C#. I have a Task running every 5 minutes, but the application is stopping. This occurs in a variable time period, sometimes runs for 3…
-
1
votes0
answers122
viewsHangfire how to use
I’m sorry if this is a really stupid question, but I would like to know what is more "correct" to use hangfire in a separate project, as an api for example, or can I quietly use it within my web…
-
1
votes0
answers111
viewsDoubt with hangfire.io, (BACKGROUND PROCESSING)
Dear friends, I am using www.hangfire.io for background processing in my system, so far without problems, but it weighed a doubt. If Jobs are running, and I publish a new version of the site, what…
-
0
votes0
answers131
viewsRoutine execution in the background via Hangfire (ASP.NET Webforms)
I am in need of doing a background run on my system. For this I found the Hangfire tool. I made the settings according to the documentation and am getting the error: Value cannot be null. Parameter…
-
0
votes0
answers124
viewsHow to set up Hangfire authentication in Production
I’m using Hangfire to manage background tasks, it works normally when I’m on localhost, but in the production environment I’m not being able to set up the authentication needed to open Dashboard I…
asp.net-mvc asp.net entity-framework asp-net-core hangfireasked 4 years, 10 months ago iago soares 92 -
0
votes0
answers35
viewsBackground routine for data compilation is a good idea?
The last company I worked for had some very peculiar rules, these not being as common (as far as I know) in other IT companies. Basically we compiled all the data that would be used in the system…
-
0
votes0
answers15
viewsWhat is the best way to structure a message for the background?
In a scenario where we have: Application A: developed using EntityFramework. This application knows the structure of the database and is responsible for maintaining it. Application B: will be…