.NET 8 Hangfire application on IIS is not always running
I have a Hangfire application written on .NET 8 and hosted on IIS. It’s used to run a daily scheduled job.
Problem is that after some time the application shuts down and does not start again, so job does not run.