HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.43k stars 1.71k forks source link

Recurring jobs do not finish after upgrading from 1.8.6 to 1.8.11 (in combination with DynamicJobs) #2376

Open Malgefor opened 8 months ago

Malgefor commented 8 months ago

We experience the following issue after we upgraded our Hangfire versions to 1.8.11: jobs never leave the Processing state, even though the C# code that the job itself executes has finished. We use Hangfire in combination with Hangfire.DynamicJobs to use a single SQL Server database with multiple servers, which we upgraded to 0.2.0 together with the 1.8.11 upgrade of the main Hangfire packages.