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.
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.