bodhi-stg: disable returning back celery results

Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
Mattia Verga
2025-12-14 10:23:24 +01:00
committed by zlopez
parent 22a321a6a1
commit 7cdf3ae91c

View File

@@ -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 = {