Browse Source

docs/cofinguration: Mention CELERY_DISABLE_RATE_LIMITS

Ask Solem 15 years ago
parent
commit
87ad8080e3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/configuration.rst

+ 4 - 0
docs/configuration.rst

@@ -375,6 +375,10 @@ Task execution settings
   This value is used for tasks that does not have a custom rate limit
   The default is no rate limit.
 
+* CELERY_DISABLE_RATE_LIMITS
+
+    Disable all rate limits, even if tasks has explicit rate limits set.
+
 
 Worker: celeryd
 ===============