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
In #34 we need to check how telegram failures are being handled but, in the meantime, we could add an allow_failure flag to actions, so, in case they crash, we can skip them and not add them to the dead-letter (which is the current default behavior).
The text was updated successfully, but these errors were encountered:
elboletaire
changed the title
Add an 'allow_failure' flag to actions, to not move the entire payload to dead-letter for soft failures
Add an 'allow_failure' flag to actions, to not move the entire payload to dead-letter on soft failures
Feb 4, 2019
In #34 we need to check how telegram failures are being handled but, in the meantime, we could add an
allow_failure
flag to actions, so, in case they crash, we can skip them and not add them to the dead-letter (which is the current default behavior).The text was updated successfully, but these errors were encountered: