Only one worker for system_log queue

If there are more than on worker for system_log queue it may lead to races when saving the graph
This commit is contained in:
Łukasz Oleś 2015-10-06 12:39:48 +02:00
parent c734be546f
commit 10ea232d58
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- shell: celery multi stop 2 -A solar.orchestration.runner
chdir={{ celery_dir }}
tags: [stop]
- shell: celery multi start 2 -A solar.orchestration.runner -P:2 prefork -c:2 3 -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]
- shell: celery multi start 1 -A solar.orchestration.runner -Q:1 {{ hostname.stdout }}