Skip to content

Commit

Permalink
Temporarily disable gxadmin galaxy clean up cron task
Browse files Browse the repository at this point in the history
Note: need to manually remove the cron task from the host.
  • Loading branch information
sanjaysrikakulam committed Jan 20, 2025
1 parent 5694b74 commit b0a0ea2
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 b0a0ea2

Please sign in to comment.