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.33k stars 1.69k forks source link

Recurring jobs stuck in Processing state #1477

Open tomaszru opened 5 years ago

tomaszru commented 5 years ago

I'm experiencing an issue with recurring jobs (Windows Service processing). I have 16 servers with 10 workers each. This configuration runs over 15 000 jobs per day. The jobs execute console application with an additional job status logging. I confirmed (with my logs) that the console application already finished the exection but the job stays in Processing state. The issue affects random jobs. I'm using .Net Hangfire.Core 1.7.3.0, Hangfire.SqlServer 1.7.3.0, Hangfire.MemoryStorage 1.6.1.0, Hangfire.Dashboard.Authorization 2.1.0.0 Does anyone experienced this issue?

thanhgb commented 5 years ago

I have same issue when use RecurringJob. I'm using .Net core, Hangfire.Core 1.7.5

odinserj commented 5 years ago

I need to see logging messages, Dashboard UI screenshots and/or dump of corresponding recurring job entries in your storage in order to understand what's happened in your environment.

tomaszru commented 5 years ago

@odinserj thank you for your message. What log level do you need (info, error, trace...)?