Nice tool you have here, however my scheduled jobs don’t get triggered.
I’ve created a class that handles the initiation of the background job server as well as dispose method with gets called from global.asax file. Hangfire itself gets started using OWIN from the recommended startup class (not sure if i’m missing something here already).
I’ve also made sure the auto start options are set as an extra on the web server. Through all the configs and classes created i can get the job to run but only after calling the web app
Thanks