I created a webapp with blazor serverside with a scheduler in my app using Hangfire. It’s hosted in a IIS 8.5 on windows server 2012.
I already did all the settings to make sure my blazor app dont stop and dont recycle (idle=0,startmode,Regular Time Interval…) so the sheduler is always running. And all work good.
But if there is any server reboot, i need to restart my Hangfire server to restart the sheduler inside the app (just with single ping of the url in a browser)…
Like we can see on the screen, the hangfire server dont start until i ping my blazor’s URL in a browser…