ソースを参照

Merge branch 'master' of github.com:ask/celery

Ask Solem 13 年 前
コミット
125de4de57
2 ファイル変更2 行追加1 行削除
  1. 1 1
      docs/cookbook/daemonizing.rst
  2. 1 0
      requirements/py25.txt

+ 1 - 1
docs/cookbook/daemonizing.rst

@@ -128,7 +128,7 @@ environment's python interpreter::
     CELERYD_MULTI="$ENV_PYTHON $CELERYD_CHDIR/manage.py celeryd_multi"
 
     # How to call "manage.py celeryctl"
-    CELERYCTL=$ENV_PYTHON $CELERYD_CHDIR/manage.py celeryctl"
+    CELERYCTL="$ENV_PYTHON $CELERYD_CHDIR/manage.py celeryctl"
     
     # Extra arguments to celeryd
     CELERYD_OPTS="--time-limit=300 --concurrency=8"

+ 1 - 0
requirements/py25.txt

@@ -1,3 +1,4 @@
 multiprocessing==2.6.2.1
 importlib
 ordereddict
+simplejson