Sfoglia il codice sorgente

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 12 anni fa
parent
commit
282e8bcb38
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.
 of connection loss or other connection errors.
 See also :setting:`CELERY_TASK_PUBLISH_RETRY_POLICY`.
 See also :setting:`CELERY_TASK_PUBLISH_RETRY_POLICY`.
 
 
-Disabled by default.
+Enabled by default.
 
 
 .. setting:: CELERY_TASK_PUBLISH_RETRY_POLICY
 .. setting:: CELERY_TASK_PUBLISH_RETRY_POLICY