Bodhi: use the celery worker of bodhi-backend01 only for composes
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
919e659195
commit
229c81e31a
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Wants = network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
User = apache
|
User = apache
|
||||||
Group = apache
|
Group = apache
|
||||||
ExecStart = /usr/bin/celery-3 worker -A bodhi.server.tasks.app -l info -Q celery,has_koji_mount
|
ExecStart = /usr/bin/celery-3 worker -A bodhi.server.tasks.app -l info -Q has_koji_mount
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy = multi-user.target
|
WantedBy = multi-user.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue