From 37cb68419d8bc2b968f8b6dbec769afa210b69cc Mon Sep 17 00:00:00 2001 From: Alexander Belopashentsev <61732514+belopash@users.noreply.github.com> Date: Thu, 15 Feb 2024 20:24:07 +0500 Subject: [PATCH] Increase worker greylisting time --- query-gateway/config/gateway-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/query-gateway/config/gateway-config.yml b/query-gateway/config/gateway-config.yml index e1a51d1..7b99726 100644 --- a/query-gateway/config/gateway-config.yml +++ b/query-gateway/config/gateway-config.yml @@ -1,7 +1,7 @@ scheduler_id: "12D3KooWQER7HEpwsvqSzqzaiV36d3Bn6DZrnwEunnzS76pgZkMU" send_metrics: true worker_inactive_threshold_sec: 60 -worker_greylist_time_sec: 120 +worker_greylist_time_sec: 600 default_query_timeout_sec: 60 summary_print_interval_sec: 30 workers_update_interval_sec: 60