Ian Mc Shane
05/31/2022, 3:15 PMraise signals.RETRY
signal but the task ends up going into a tight loop. I decorated the @Task
with max_retries
and retry_delay
but the retry is still repeating rapidly and without any delay.
`
Is the RETRY
signal controlled by the @Task
decorations max_retries
and retry_delay
?Kevin Kho
05/31/2022, 4:04 PMraise ValueError
for example.Anna Geller
05/31/2022, 4:16 PMIan Mc Shane
06/01/2022, 7:24 AM