Hi! I would like increase the retry_delay of a failed task each time the task fails. Is there any way to achieve this?
a
Allyson Lubimir
01/15/2021, 3:41 PM
hi Martins - that’s not something we have currently, but are aware that people would like it and hope to be able to add it in the future!
j
james.lamb
01/15/2021, 3:45 PM
To add a little to what Allyson said...one form of what you're talking about is called "exponential backoff", and there's an issue about that in the Prefect backlog here, if you want to subscribe to it!
https://github.com/PrefectHQ/prefect/issues/14