mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
bodhi-stg: disable returning back celery results
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
@@ -37,9 +37,11 @@ broker_transport_options = {
|
||||
# Where the tasks are defined
|
||||
imports = "bodhi.server.tasks"
|
||||
|
||||
{% if env == 'production' %}
|
||||
# Send back tasks results so we can wait for them
|
||||
result_backend = 'rpc://'
|
||||
result_persistent = True
|
||||
{% endif %}
|
||||
|
||||
# Task routing
|
||||
task_routes = {
|
||||
|
||||
Reference in New Issue
Block a user