We are facing this issue of enqueued count incorrect/mismatch as you can see in the screenshot below. We could not find any solution in hangfire forum or github yet. Please help us in providing explanations on this behavior and possible fix.
We are using .Net Core 7.0 and PostgreSQL. Hangfire package and version used in the solution are:
"Hangfire.AspNetCore" Version="1.8.0"
"Hangfire.Core" Version="1.8.0"
"Hangfire.PostgreSql" Version="1.19.12"
One observation is: The job is moved from the queue, but its state not changed to either success or failed.
Hi Team,
We are facing this issue of enqueued count incorrect/mismatch as you can see in the screenshot below. We could not find any solution in hangfire forum or github yet. Please help us in providing explanations on this behavior and possible fix.
We are using .Net Core 7.0 and PostgreSQL. Hangfire package and version used in the solution are: "Hangfire.AspNetCore" Version="1.8.0" "Hangfire.Core" Version="1.8.0" "Hangfire.PostgreSql" Version="1.19.12"
One observation is: The job is moved from the queue, but its state not changed to either success or failed.