Skip to content

Commit

Permalink
tweak task discovery interval
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan committed Jun 18, 2024
1 parent d725d43 commit ab4416f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ab4416f

Please sign in to comment.