Limit celery workers
This commit is contained in:
parent
ce4fd8c8de
commit
732d7ce3d1
@ -10,9 +10,9 @@
|
||||
- shell: celery multi kill 2
|
||||
chdir={{celery_dir}}
|
||||
tags: [stop]
|
||||
- shell: celery multi start 2 -A solar.orchestration.runner -Q:1 celery,scheduler -Q:2 celery,{{hostname.stdout}}
|
||||
- shell: celery multi start 2 -A solar.orchestration.runner -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 celery,{{hostname.stdout}}
|
||||
- shell: celery multi start 1 -A solar.orchestration.runner -Q:1 {{hostname.stdout}}
|
||||
chdir={{celery_dir}}
|
||||
tags: [slave]
|
||||
tags: [slave]
|
||||
|
Loading…
Reference in New Issue
Block a user