Use preforked pool for celery and remove gevent from reqs

This commit is contained in:
Dmitry Shulyak 2015-12-10 11:52:01 +02:00
parent b894c1d855
commit 1e199b6acd
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
- shell: celery multi stopwait 2 -A solar.orchestration.runner
chdir={{ celery_dir }}
tags: [stop]
- shell: celery multi start 2 -A solar.orchestration.runner -P gevent -c:2 1000 -c:1 1 -Q:1 scheduler,system_log -Q:2 celery,{{ hostname.stdout }}
- shell: celery multi start 2 -A solar.orchestration.runner -P:2 prefork -c:1 1 -c:2 3 -Q:1 scheduler,system_log -Q:2 celery,{{ hostname.stdout }}
chdir={{ celery_dir }}
tags: [master]

View File

@ -9,6 +9,7 @@ solar-celery:
- /vagrant/resources:/vagrant/resources
- /vagrant/library:/vagrant/library
- ~/.ssh/known_hosts:/root/.ssh/known_hosts
- ./bootstrap/playbooks/celery.yaml:/celery.yaml
environment:
- REDIS_HOST=redis
- REDIS_PORT=6379

View File

@ -21,7 +21,6 @@ pbr
pydot
bunch
wrapt
gevent
# if you want to use riak backend then
riak
# if you want to use sql backend then