Bodhi: remove the queue flag when calling celery

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-01-15 13:48:50 +01:00 committed by Pierre-Yves Chibon
parent 6e74251812
commit a5cb85b46e

View file

@ -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 %}