app.celery.ContextTask.rate_limit

ContextTask.rate_limit = None

None (no rate limit), ‘100/s’ (hundred tasks a second), ‘100/m’ (hundred tasks a minute),`’100/h’` (hundred tasks an hour)

Type

Rate limit for this task type. Examples