From 25631538b021402c179171b25fe962a7339f6489 Mon Sep 17 00:00:00 2001 From: Gurjot Date: Fri, 29 Nov 2024 13:32:32 +0530 Subject: [PATCH] fix docker cfg --- config/config-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config-docker.yml b/config/config-docker.yml index d4530b2..cbc7cfe 100644 --- a/config/config-docker.yml +++ b/config/config-docker.yml @@ -28,9 +28,9 @@ queue: queue_user: user # can be replaced by values in .env file queue_password: password url: "localhost:5672" - processing_timeout: 5 # 5 second + processing_timeout: 5s # 5 second msg_max_retry_attempts: 10 - requeue_delay_time: 300 + requeue_delay_time: 300s queue_type: quorum metrics: host: 0.0.0.0