Quellcode durchsuchen

CELERY_TASK_PUBLISH_RETRY description agrees with default

As noted in the whatsnew-2.5 guide, the setting should be enabled
by default.
Matt Long vor 12 Jahren
Ursprung
Commit
282e8bcb38
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/configuration.rst

+ 1 - 1
docs/configuration.rst

@@ -944,7 +944,7 @@ Decides if publishing task messages will be retried in the case
 of connection loss or other connection errors.
 See also :setting:`CELERY_TASK_PUBLISH_RETRY_POLICY`.
 
-Disabled by default.
+Enabled by default.
 
 .. setting:: CELERY_TASK_PUBLISH_RETRY_POLICY