You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However we're now getting aborted job warnings in the dashboard:
It looks like this is just a red herring though. The job is not actually aborted. The UI is reporting any jobs with server heartbeats more than 1 minute ago, regardless of Heartbeat/ServerTimeout settings.
We've configured our Hangfire servers with a 2 minute heartbeat, and 10 min server timeout:
However we're now getting aborted job warnings in the dashboard:
It looks like this is just a red herring though. The job is not actually aborted. The UI is reporting any jobs with server heartbeats more than 1 minute ago, regardless of Heartbeat/ServerTimeout settings.
I think the code here needs to be tweaked to actually factor in the ServerTimeout value, rather than 1 minute hardcoded:
https://github.com/HangfireIO/Hangfire/blob/main/src/Hangfire.Core/Dashboard/Pages/ProcessingJobsPage.cshtml#L114
The text was updated successfully, but these errors were encountered: