I’m unclear on how hangfire would handle a long running processes when running from an asp.net website? If I setup hangfire to run a task, let’s say my task calls a web service in my website, if that web service runs longer than my normal web request timeout setting would that task timeout like normal or because it’s using katana (correct?) it’s basically running the request under katana outside of the thread of my iis website so the asp.net web request timeout would not apply? I hope this makes sense.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Hangfire processing load when using with IIS, what process is taxed? | 0 | 1712 | January 9, 2017 | |
Does ASP.NET App Unload Restarts/Stops HangFire? | 0 | 1246 | July 26, 2016 | |
Web application: Is HangFire still executes even the browser is close | 4 | 3882 | May 30, 2018 | |
Is Hangfire right for me? | 0 | 982 | August 5, 2016 | |
Using Hangfire as a WebJobs in process alternative | 3 | 6320 | September 2, 2014 |