Quellcode durchsuchen

Removes CELERY_CONFIG_MODULE from daemon tutorial

Ask Solem vor 12 Jahren
Ursprung
Commit
9c42f1fd63
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  1. 0 6
      docs/tutorials/daemonizing.rst

+ 0 - 6
docs/tutorials/daemonizing.rst

@@ -70,9 +70,6 @@ This is an example configuration for a Python project.
     # Extra command-line arguments to the worker
     CELERYD_OPTS="--time-limit=300 --concurrency=8"
 
-    # Name of the celery config module.
-    CELERY_CONFIG_MODULE="celeryconfig"
-
     # %N will be replaced with the first part of the nodename.
     CELERYD_LOG_FILE="/var/log/celery/%N.log"
     CELERYD_PID_FILE="/var/run/celery/%N.pid"
@@ -142,9 +139,6 @@ environment's python interpreter:
     # Extra command-line arguments to the worker (see celery worker --help)
     CELERYD_OPTS="--time-limit=300 --concurrency=8"
 
-    # Name of the celery config module.
-    CELERY_CONFIG_MODULE="celeryconfig"
-
     # %n will be replaced with the nodename.
     CELERYD_LOG_FILE="/var/log/celery/%n.log"
     CELERYD_PID_FILE="/var/run/celery/%n.pid"