Celery concurrency is set to one
This commit is contained in:
parent
869048dd15
commit
5b91098ca7
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user