I have a web service created in .Net Framework 4.6.1 and it uses Hangfire version 1.7.19 for processing background jobs.
When the app service is deployed at client side in an on-premise environment and Windows authentication with intranet, the hangfire jobs are not getting processed after the 1st one is executed successfully.
The 2nd background job remains in the processing state because of which the other jobs then get enqueued, thus causing the application to not process anything further.
Also, no logs are generated.
hangfire packages of below version is used.
Hangfire - 1.7.19
Hangfire.AspNetCore - 1.7.19
Hangfire.Core -1.7.19
Hangfire.SqlServer - 1.7.19
SQL Server version used - 15.0.4385.2
Any idea how this can be tackled?