Skip to content

Commit

Permalink
Merge pull request #1178 from usegalaxy-eu/bgruening-patch-10
Browse files Browse the repository at this point in the history
increase the timeout for active users
  • Loading branch information
bgruening authored Apr 22, 2024
2 parents 8e0defd + 4126385 commit b7f1672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions group_vars/sn06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ telegraf_plugins_extra:
plugin: "exec"
config:
- commands = ["/usr/bin/gxadmin gunicorn active-users"]
- timeout = "15s"
- timeout = "90s"
- data_format = "influx"
- interval = "1m"
- interval = "5m"

# Custom pip installer
pip_venv_path: "{{ galaxy_venv_dir }}"
Expand Down

0 comments on commit b7f1672

Please sign in to comment.