Skip to content

Commit

Permalink
Merge pull request #1388 from sanjaysrikakulam/disable_galaxy_clean_up
Browse files Browse the repository at this point in the history
Temporarily disable gxadmin galaxy clean up cron task
  • Loading branch information
sanjaysrikakulam authored Jan 20, 2025
2 parents 5694b74 + b0a0ea2 commit 946d525
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions group_vars/sn06/sn06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ fsm_cron_tasks:
dow: "*"
job: ". {{ galaxy_root }}/.bashrc && docker system prune -f > /dev/null"
user: "{{ fsm_galaxy_user.username }}"
gxadmin:
enable: true
name: "Gxadmin Galaxy clean up"
minute: 0
hour: 0
dom: "*/2"
month: "*"
dow: "*"
job: "{{ custom_telegraf_env }} /usr/bin/gxadmin galaxy cleanup 60"
user: "{{ fsm_galaxy_user.username }}"
# gxadmin:
# enable: true
# name: "Gxadmin Galaxy clean up"
# minute: 0
# hour: 0
# dom: "*/2"
# month: "*"
# dow: "*"
# job: "{{ custom_telegraf_env }} /usr/bin/gxadmin galaxy cleanup 60"
# user: "{{ fsm_galaxy_user.username }}"

# TIaaS
tiaas_virtualenv_python: "python3.8"
Expand Down

0 comments on commit 946d525

Please sign in to comment.