Skip to content

Commit

Permalink
debug slow aggregations
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan committed Jun 18, 2024
1 parent 2b923a4 commit 70f9cbb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ x-janus-migrate: &janus_migrate
condition: service_healthy

x-janus-environment: &janus_environment
RUST_LOG: info
#RUST_LOG: info
PGPASSWORD: postgres
DATASTORE_KEYS: 1B6szboUUtMfyrLsIVE20g
AGGREGATOR_API_AUTH_TOKENS: "0000"
Expand Down Expand Up @@ -165,6 +165,7 @@ services:
- "9001:8080"
environment:
CONFIG_FILE: /janus_1_aggregator.yaml
RUST_LOG: info
<<: *janus_environment

janus_1_aggregation_job_creator:
Expand All @@ -174,6 +175,7 @@ services:
- janus_1_aggregation_job_creator.yaml
environment:
CONFIG_FILE: /janus_1_aggregation_job_creator.yaml
RUST_LOG: debug
<<: *janus_environment

janus_1_aggregation_job_driver:
Expand All @@ -183,6 +185,7 @@ services:
- janus_1_aggregation_job_driver.yaml
environment:
CONFIG_FILE: /janus_1_aggregation_job_driver.yaml
RUST_LOG: debug
<<: *janus_environment

janus_1_collection_job_driver:
Expand All @@ -192,6 +195,7 @@ services:
- janus_1_collection_job_driver.yaml
environment:
CONFIG_FILE: /janus_1_collection_job_driver.yaml
RUST_LOG: debug
<<: *janus_environment

janus_1_garbage_collector:
Expand All @@ -201,6 +205,7 @@ services:
- janus_1_garbage_collector.yaml
environment:
CONFIG_FILE: /janus_1_garbage_collector.yaml
RUST_LOG: info
<<: *janus_environment

janus_2_migrate:
Expand All @@ -217,6 +222,7 @@ services:
- "9002:8080"
environment:
CONFIG_FILE: /janus_2_aggregator.yaml
RUST_LOG: debug
<<: *janus_environment

janus_2_aggregation_job_creator:
Expand All @@ -226,6 +232,7 @@ services:
- janus_2_aggregation_job_creator.yaml
environment:
CONFIG_FILE: /janus_2_aggregation_job_creator.yaml
RUST_LOG: info
<<: *janus_environment

janus_2_aggregation_job_driver:
Expand All @@ -235,6 +242,7 @@ services:
- janus_2_aggregation_job_driver.yaml
environment:
CONFIG_FILE: /janus_2_aggregation_job_driver.yaml
RUST_LOG: info
<<: *janus_environment

janus_2_collection_job_driver:
Expand All @@ -244,6 +252,7 @@ services:
- janus_2_collection_job_driver.yaml
environment:
CONFIG_FILE: /janus_2_collection_job_driver.yaml
RUST_LOG: info
<<: *janus_environment

janus_2_garbage_collector:
Expand All @@ -253,6 +262,7 @@ services:
- janus_2_garbage_collector.yaml
environment:
CONFIG_FILE: /janus_2_garbage_collector.yaml
RUST_LOG: info
<<: *janus_environment

configs:
Expand Down

0 comments on commit 70f9cbb

Please sign in to comment.