You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of right now there is a lot of stuff that can outright crash hera.
A lot of these cases there propably exists a better way of handling this.
So the goal should be to rework the error handling to actually handle some possible breaking points instead of just passing the exceptions to the top level.
The text was updated successfully, but these errors were encountered:
returning null if database failed. may be better to return an error. could if nothing else make a better stacktrace if deciding to throw something linked to the failedafterretryexception
As of right now there is a lot of stuff that can outright crash hera.
A lot of these cases there propably exists a better way of handling this.
So the goal should be to rework the error handling to actually handle some possible breaking points instead of just passing the exceptions to the top level.
The text was updated successfully, but these errors were encountered: