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
raise ValueError for example.Anna Geller
Ian Mc Shane
06/01/2022, 7:24 AMIan Mc Shane
06/01/2022, 7:27 AM