Browse Source

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 năm trước cách đây
mục cha
commit
282e8bcb38
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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