Background Jobs

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