Celery concurrency is set to one

This commit is contained in:
vijeth-aradhya 2017-06-13 23:58:42 +05:30
parent 869048dd15
commit 5b91098ca7

View File

@ -175,7 +175,7 @@ CELERYD_LOG_COLOR = boolean()
CELERY_REDIRECT_STDOUTS = boolean()
# known ints
CELERYD_CONCURRENCY = integer()
CELERYD_CONCURRENCY = integer(default=1)
CELERYD_PREFETCH_MULTIPLIER = integer(default=1)
CELERY_AMQP_TASK_RESULT_EXPIRES = integer()
CELERY_AMQP_TASK_RESULT_CONNECTION_MAX = integer()