Procházet zdrojové kódy

docs/cofinguration: Mention CELERY_DISABLE_RATE_LIMITS

Ask Solem před 15 roky
rodič
revize
87ad8080e3
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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
 ===============