Commit 13321ea3d0179f06b0e80d8214cc8eb0052d56c1
1 parent
3e43c7db
Exists in
master
and in
29 other branches
Reducing celery concurrency on local env
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
vagrant/misc/etc/default/celeryd
... | ... | @@ -11,7 +11,7 @@ CELERY_APP="colab" |
11 | 11 | CELERYD_CHDIR="/vagrant/" |
12 | 12 | |
13 | 13 | # Extra command-line arguments to the worker |
14 | -CELERYD_OPTS="--time-limit=300 --concurrency=8" | |
14 | +CELERYD_OPTS="--time-limit=300 --concurrency=2" | |
15 | 15 | |
16 | 16 | # %N will be replaced with the first part of the nodename. |
17 | 17 | CELERYD_LOG_FILE="/var/log/celery/%N.log" | ... | ... |