jobbrIO / jobbr-server

Jobbr is a non-invasive .NET JobServer
https://jobbr.readthedocs.io
GNU General Public License v3.0
50 stars 5 forks source link

Handle failures from the storage calls and more #107

Closed eXpl0it3r closed 1 year ago

eXpl0it3r commented 1 year ago

When a call, such as getting Job IDs from the DB or other storage component, fails, it previously took down the whole Job Server. Handling the exceptions within the trigger, should prevent a complete crash, and thus the server should survive short term issues.

Fixes #105