Retries

class

gworker_client.scheduling.Retries

Exponential-backoff retry policy for transient task failures. Pass as retries= to @app.task. The task is retried up to max_retries times with backoff_coefficient applied between each attempt.

Class

python
1class Retries

← Back to docs