From 844b6a8c9f5df1f7f2a11a426b5791a154007f64 Mon Sep 17 00:00:00 2001 From: mdoglio Date: Mon, 6 Oct 2014 23:40:46 +0100 Subject: [PATCH] Temporarily consume buildapi and pushlog queues from default This is to support the use of separate queues for etl tasks until we have dedicated machines on production --- bin/run_celery_worker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run_celery_worker b/bin/run_celery_worker index aff60caa2..72a2979a7 100755 --- a/bin/run_celery_worker +++ b/bin/run_celery_worker @@ -21,4 +21,4 @@ if [ ! -f $LOGFILE ]; then touch $LOGFILE fi -exec $NEWRELIC_ADMIN $PYTHON manage.py celeryd -c 3 -Q default -E --maxtasksperchild=500 --logfile=$LOGFILE -l INFO +exec $NEWRELIC_ADMIN $PYTHON manage.py celeryd -c 3 -Q default,buildapi,pushlog -E --maxtasksperchild=500 --logfile=$LOGFILE -l INFO