What does max_retries and retry_backoff_max mean if retry_backoff is set to True in Celery?

后端 未结 0 737
再見小時候
再見小時候 2020-12-07 21:41

The celery documentation gives the following example for automatically retrying a task:

class BaseTaskWithRetry(Task):
    autoretry_for = (TypeError,)
    re         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题