Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Specify celery worker concurrency on the command-line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Dec 4, 2013
1 parent cc50712 commit 7e57b37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deis/settings.py
Expand Up @@ -252,7 +252,6 @@
CELERY_ACCEPT_CONTENT = ['pickle', 'json']
CELERY_IMPORTS = ('api.tasks',)
CELERY_RESULT_BACKEND = 'amqp'
CELERYD_CONCURRENCY = 8


# default deis settings
Expand Down

0 comments on commit 7e57b37

Please sign in to comment.