HangfireIO / HangfireIO/Hangfire.Azure.ServiceBusQueue

Jobs get lost if the service bus is unavailable, dashboard page fails to load.

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.