we have hangfire jobs implemented with .NET 8 web App. after deployment we have seen job(s) runs fine all other time except at and after 2:00AM EST. doesn’t log anything which may lead us to additional detail. has anyone experienced similar behavior?
Do you read this doc https://docs.hangfire.io/en/latest/deployment-to-production/making-aspnet-app-always-running.html maybe you can find your solution
I work with sandippatel. Yeah, we followed the code for making sure it is always running. I noticed this morning, though, that the applicationInitialization settings in the Configuration settings for the application itself were not set correctly. Going to do that now and test again.