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
Currently, the BackgroundJob scheduler throws a "BackgroundJobClientException" , if the service bus is unavailable during the time in which the job was enqueued. Also the dashboard page fails to load too, if the service bus is unreachable.
This is a big issue and it decreases the reliability of Hangfire itself.
We cannot afford to lose critical jobs just because the gateway service was down.
How about maybe implementing an outbox to temporary hold the jobs in a local cache until the service bus is back online again.
The text was updated successfully, but these errors were encountered:
yorfmeister69
changed the title
Jobs gets lost if the service bus is unavailable, dashboard page fails to load.
Jobs get lost if the service bus is unavailable, dashboard page fails to load.
Jul 12, 2022
Currently, the BackgroundJob scheduler throws a "BackgroundJobClientException" , if the service bus is unavailable during the time in which the job was enqueued. Also the dashboard page fails to load too, if the service bus is unreachable.
This is a big issue and it decreases the reliability of Hangfire itself.
We cannot afford to lose critical jobs just because the gateway service was down.
How about maybe implementing an outbox to temporary hold the jobs in a local cache until the service bus is back online again.
The text was updated successfully, but these errors were encountered: