Sounds like you’re running Hangfire Server in-process (i.e. within IIS/W3SVC service), in which case it will start & stop with the IIS App Pool. You can run it in a separate process as a Console Application or Windows Service. Read: http://docs.hangfire.io/en/latest/background-processing/placing-processing-into-another-process.html
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Hangfire job keep running ever after I stop my MVC site | 2 | 3041 | December 7, 2015 | |
Hangfire does not process jobs when deployed in IIS 7.5 | 1 | 6804 | November 19, 2014 | |
Process Isolation? | 0 | 1187 | May 12, 2016 | |
Hangfire jobs stuck in processing state | 4 | 4147 | February 13, 2020 | |
Web application: Is HangFire still executes even the browser is close | 4 | 3932 | May 30, 2018 |