From 48bcbc6ec8e96fa038f160154a0a0788ce65e4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 21 Mar 2024 15:54:12 +0100 Subject: [PATCH] MM: give more time to the Fedora Other run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../mirrormanager/templates/fedora-messaging.toml | 2 +- vars/apps/mirrormanager.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/mirrormanager/templates/fedora-messaging.toml b/roles/openshift-apps/mirrormanager/templates/fedora-messaging.toml index 47a2ac35ce..193dcbb7ce 100644 --- a/roles/openshift-apps/mirrormanager/templates/fedora-messaging.toml +++ b/roles/openshift-apps/mirrormanager/templates/fedora-messaging.toml @@ -1,4 +1,4 @@ -amqp_url = "amqps://mirrormanager:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" +amqp_url = "amqps://mirrormanager{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" # Just check if the queue exist, don't try to create it (the server does not allow it). passive_declares = true diff --git a/vars/apps/mirrormanager.yml b/vars/apps/mirrormanager.yml index e4c7b5a916..2da0a0d78b 100644 --- a/vars/apps/mirrormanager.yml +++ b/vars/apps/mirrormanager.yml @@ -58,7 +58,7 @@ mirrormanager_cron_crawler: - category: "Fedora Other" schedule: "0 14 * * *" threads: 20 - timeout: 600 + timeout: 1380 # 23h include_disabled: false # CentOS: regular weekdays run on active mirrors. - category: "CentOS"