Avi A
05/21/2020, 7:34 AMretry_delay
that increases in each retry? (e.g. implement an exponential backoff)Laura Lorenz (she/her)
05/21/2020, 12:02 PMretry_delay
as a specific timedelta on the @task decorator or when instantiating your task class (see https://docs.prefect.io/api/latest/core/task.html#task-2).
It does not support backoff though, just wahtever timedelta you specify the delay should be. There is an open issue about implementing backoff here: https://github.com/PrefectHQ/prefect/issues/14Avi A
05/21/2020, 12:02 PM