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
For as far as I know the only way to make a event fail is by throwing an exception.
Because of this the transaction will quit and the completion_date is not filled, so it will retry again later.
The downside of this, is that the elastic logging is polluted with these error messages.
It would be nice if you can call a method that ends the transaction without having to use an exception.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For as far as I know the only way to make a event fail is by throwing an exception.
Because of this the transaction will quit and the completion_date is not filled, so it will retry again later.
The downside of this, is that the elastic logging is polluted with these error messages.
It would be nice if you can call a method that ends the transaction without having to use an exception.
Beta Was this translation helpful? Give feedback.
All reactions