From 044c88e68b87a57574e23f4cb5e2b7f5eca6a43b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 26 May 2020 09:14:52 +0200 Subject: [PATCH] Set the TTL to 10 days on the centos-ci queue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #8939 Signed-off-by: Aurélien Bompard --- roles/rabbitmq_cluster/tasks/apps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/rabbitmq_cluster/tasks/apps.yml b/roles/rabbitmq_cluster/tasks/apps.yml index 6ee92b649f..4895d2519c 100644 --- a/roles/rabbitmq_cluster/tasks/apps.yml +++ b/roles/rabbitmq_cluster/tasks/apps.yml @@ -21,6 +21,8 @@ vars: username: centos-ci{{ env_suffix }} queue_name: centos-ci{{ env_suffix }} + # TTL: 10 days (in miliseconds) + message_ttl: 864000000 routing_keys: # This routing key is for testing purposes only - "org.centos.ci.#"