Skip to content

Commit

Permalink
Enable periodic heartbeats on Main formally so it's not overwritten a…
Browse files Browse the repository at this point in the history
…gain. For tracking down memory usage problems.
  • Loading branch information
natefoo committed Oct 23, 2017
1 parent 96f138f commit a69b029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/main/group_vars/galaxyservers/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ base_app_main: &BASE_APP_MAIN

# For handler heartbeats
use_heartbeat: "True"
heartbeat_interval: "-1"
heartbeat_interval: "60"
heartbeat_log: "{{ galaxy_log_dir }}/heartbeat_{server_name}.log"

# stats
Expand Down

0 comments on commit a69b029

Please sign in to comment.