Revision ca345a18 doc/source/install.rst
b/doc/source/install.rst | ||
---|---|---|
177 | 177 |
'--workers=1', |
178 | 178 |
'--worker-class=egg:gunicorn#gevent', |
179 | 179 |
'--timeout=30', |
180 |
'--debug', |
|
180 | 181 |
'--log-level=debug', |
181 | 182 |
'--log-file=/var/log/gunicorn/fod.log', |
182 | 183 |
), |
... | ... | |
372 | 373 |
|
373 | 374 |
# Extra arguments to celeryd |
374 | 375 |
#CELERYD_OPTS="--time-limit=300 --concurrency=8" |
375 |
CELERYD_OPTS="-E -B --schedule=/var/run/celery/celerybeat-schedule" |
|
376 |
CELERYD_OPTS="-E -B --schedule=/var/run/celery/celerybeat-schedule --concurrency=1 --soft-time-limit=180 --time-limit=1800"
|
|
376 | 377 |
# Name of the celery config module. |
377 | 378 |
CELERY_CONFIG_MODULE="celeryconfig" |
378 | 379 |
|
Also available in: Unified diff