Bodhi: remove the queue flag when calling celery
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
6e74251812
commit
a5cb85b46e
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue