فهرست منبع

daemonizing cookbook: Fixes typo --time-limit 300 -> --time-limit=300

Ask Solem 14 سال پیش
والد
کامیت
2092b22373
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/cookbook/daemonizing.rst

+ 1 - 1
docs/cookbook/daemonizing.rst

@@ -54,7 +54,7 @@ This is an example configuration for a Python project.
     CELERYD_CHDIR="/opt/Myproject/"
 
     # Extra arguments to celeryd
-    CELERYD_OPTS="--time-limit 300 --concurrency=8"
+    CELERYD_OPTS="--time-limit=300 --concurrency=8"
 
     # Name of the celery config module.
     CELERY_CONFIG_MODULE="celeryconfig"