Explorar el Código

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 hace 12 años
padre
commit
282e8bcb38
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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