HangfireIO / HangfireIO/Hangfire.Azure.ServiceBusQueue
Jobs get lost if the service bus is unavailable, dashboard page fails to load.
Open
- Dominant language
- C#
- Stars
- 59
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.