Bodhi: celery-beat does not need a queue name
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
96ea5d1a8f
commit
6e74251812
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", "celery"]
|
||||
args: ["beat", "-A", "bodhi.server.tasks.app", "-l", "info", "-Q"]
|
||||
{% else %}
|
||||
image: bodhi-celery-beat:latest
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue