Ticket: Hangfire recurring jobs not fully registered on Linux server v1.8.12

On Linux servers, only one recurring job out of fifteen is showing and executing in Hangfire dashboard. Issue is resolved temporarily by restarting the application.

We observed that recurring jobs registered in code during application startup (using CRON expressions) are not consistently loaded into Hangfire on Linux. Out of the 15 configured recurring jobs, only one job appears in the Hangfire dashboard and executes as expected.

Impact:

  • Critical scheduled tasks are not executed on Linux until manual intervention (restart).

  • Causes delay in background processing and potential data inconsistency.

Workaround:
Manual application restart resolves the issue temporarily.

Running in 2 instance