Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yorfmeister69 opened this issue Jul 12, 2022 · 0 comments

Comments

@yorfmeister69
Copy link

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.

@yorfmeister69 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant