bodhi: update to 25.11.3 and disable returning celery results

Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
Mattia Verga
2026-01-23 17:23:57 +01:00
committed by mattia
parent c71e1f8bab
commit c98a72f0c2
2 changed files with 4 additions and 5 deletions

View File

@@ -37,11 +37,10 @@ broker_transport_options = {
# Where the tasks are defined
imports = "bodhi.server.tasks"
{% if env == 'production' %}
## We don't need this -> https://github.com/fedora-infra/bodhi/issues/6075
# Send back tasks results so we can wait for them
result_backend = 'rpc://'
result_persistent = True
{% endif %}
# result_backend = 'rpc://'
# result_persistent = True
# Task routing
task_routes = {

View File

@@ -1,6 +1,6 @@
---
# Set the Bodhi variables
bodhi_version: "{{ (env == 'production')|ternary('25.11.2', '25.11.2') }}"
bodhi_version: "{{ (env == 'production')|ternary('25.11.3', '25.11.3') }}"
bodhi_openshift_pods: 1
bodhi_openshift_pods_stg_consumers: 15
bodhi_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(bodhi|pungi)\..*