Skip to content

Commit

Permalink
Merge pull request #1195 from usegalaxy-eu/increase-time-for-galaxy-c…
Browse files Browse the repository at this point in the history
…leanup

Increase the time for Galaxy cleanup again
  • Loading branch information
mira-miracoli authored May 7, 2024
2 parents 0168448 + 2ecb69a commit ee40ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/usegalaxy-eu.galaxy-cleanup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
plugin: "exec"
config:
- commands = ["{{ custom_telegraf_env }} /usr/bin/gxadmin galaxy cleanup 60"]
- timeout = "1h"
- timeout = "12h"
- data_format = "influx"
- interval = "6h"
- interval = "48h"

- set_fact:
telegraf_plugins_extra: "{{ telegraf_plugins_extra | combine(plugin_config_galaxy_cleanup) }}"

0 comments on commit ee40ef0

Please sign in to comment.