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

Hangfire Jobs Failing and StateName = NULL in Hangfire_Job table #2294

Open BilalMustafa-cs opened 11 months ago

BilalMustafa-cs commented 11 months ago

Hello,

I previously scheduled a job in Hangfire, and it had been running smoothly for an extended period. However, recently, I encountered an issue where jobs started failing (after I restarted the EKS Pod). Upon investigating the Hangfire_Job table, I noticed that the jobs being added in Hangfire_Job table were missing values for StateId and StateName (having null values for both columns). Previously, these fields had valid IDs and names associated with them.

image

liaozjun commented 4 months ago

image only Job table had record