I have a job that I scheduled to run yesterday and when I check the queue today I see that it is enqueued but not processing. I am running Hangfire 1.7.19 and have my SqlServerStorageOptions set up as described here. I’ve checked the db and I am able to connect to it and the Hangfire.Job table does show my job. I also tried scheduling another job to see if that gets processed, but it exhibits the same behavior of getting enqueued but not getting processed.
I’m pretty new to using Hangfire so I’m not sure what options are available to diagnose this issue. Any help would be greatly appreciated.