packages: python-celery/celeryd.sysconfig - more useful options
zbyniu
zbyniu at pld-linux.org
Thu Dec 29 22:49:20 CET 2011
Author: zbyniu Date: Thu Dec 29 21:49:20 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- more useful options
---- Files affected:
packages/python-celery:
celeryd.sysconfig (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/python-celery/celeryd.sysconfig
diff -u packages/python-celery/celeryd.sysconfig:1.2 packages/python-celery/celeryd.sysconfig:1.3
--- packages/python-celery/celeryd.sysconfig:1.2 Thu Jun 9 10:44:56 2011
+++ packages/python-celery/celeryd.sysconfig Thu Dec 29 22:49:15 2011
@@ -1,3 +1,6 @@
+# Define nice level for celeryd
+SERVICE_RUN_NICE_LEVEL="+0"
+
# Config for celeryd
# List of nodes to start
@@ -5,12 +8,18 @@
# ... can also be a number of workers
#CELERYD_NODES=3
-# Where to chdir at start.
+# Where to chdir at start
#CELERYD_CHDIR="/opt/Myproject/"
# Extra arguments to celeryd
-CELERYD_OPTS="celeryd -l info -B"
+CELERYD_OPTS="-B -s /tmp/celerybeat-schedule"
+
+#CELERYD="$CELERYD_CHDIR/manage.pyc celeryd"
-# Name of the celery config module.#
+#CELERY_LOADER=
+
+# Name of the celery config module.
#CELERY_CONFIG_MODULE="celeryconfig"
-CELERYD=""
+#export DJANGO_SETTINGS_MODULE="celeryconfig"
+
+#CELERY_PYTHONPATH=
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-celery/celeryd.sysconfig?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list