From ab4416f97c4939b4d4c865214b9c05ff057bcb55 Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Tue, 18 Jun 2024 15:08:19 -0700 Subject: [PATCH] tweak task discovery interval --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 70c08596..b0bc029d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -291,7 +291,7 @@ configs: url: "postgres://postgres@postgres:5432/janus_1" health_check_listen_address: "0.0.0.0:8000" batch_aggregation_shard_count: 32 - tasks_update_frequency_secs: 3600 + tasks_update_frequency_secs: 10 aggregation_job_creation_interval_secs: 10 min_aggregation_job_size: 10 max_aggregation_job_size: 100 @@ -350,7 +350,7 @@ configs: url: "postgres://postgres@postgres:5432/janus_2" health_check_listen_address: "0.0.0.0:8000" batch_aggregation_shard_count: 32 - tasks_update_frequency_secs: 3600 + tasks_update_frequency_secs: 10 aggregation_job_creation_interval_secs: 10 min_aggregation_job_size: 10 max_aggregation_job_size: 100