Skip to content

Commit 7e57b37

Browse files
committed
Specify celery worker concurrency on the command-line.
1 parent cc50712 commit 7e57b37

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

deis/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@
252252
CELERY_ACCEPT_CONTENT = ['pickle', 'json']
253253
CELERY_IMPORTS = ('api.tasks',)
254254
CELERY_RESULT_BACKEND = 'amqp'
255-
CELERYD_CONCURRENCY = 8
256255

257256

258257
# default deis settings

0 commit comments

Comments
 (0)