Peter Roelants
05/19/2021, 2:04 PMon_failure
handler is called even when there is retry logic added to the Task, and the task still hasn't exhausted its max_retries
. (I think I just had a Task on which the on_failure
handler was called, even though it succeeded in a retry.)
Is there a way to add a failure handler that is called only after the task has exhausted all its retries and has truly failed?Kevin Kho
Peter Roelants
05/19/2021, 3:12 PMon_failure
Kevin Kho
Peter Roelants
05/19/2021, 3:18 PM