mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
Bodhi: remove the queue flag when calling celery
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
6e74251812
commit
a5cb85b46e
@@ -392,7 +392,7 @@ items:
|
||||
{% if env == "staging" %}
|
||||
image: bodhi-base-prebuilt:staging
|
||||
command: ["/usr/bin/celery"]
|
||||
args: ["beat", "-A", "bodhi.server.tasks.app", "-l", "info", "-Q"]
|
||||
args: ["beat", "-A", "bodhi.server.tasks.app", "-l", "info"]
|
||||
{% else %}
|
||||
image: bodhi-celery-beat:latest
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user