Skip to content

Commit

Permalink
Run dataset cleanup on Main
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Oct 25, 2017
1 parent 7530933 commit 6e63ecc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions env/main/host_vars/galaxy-web-05.tacc.utexas.edu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ crontabs:
hour: "3"
minute: "30"
job: "/usr/bin/tmpwatch -v --mtime --dirmtime 5d /galaxy-repl/{{ galaxy_instance_codename }}/ftp | tee -a {{ galaxy_log_dir }}/cleanup_ftp.log"
#- name: "Clean {{ galaxy_instance_codename }} datasets"
# id: "galaxy_{{ galaxy_instance_codename }}_clean_datasets"
# user: "{{ galaxy_user }}"
# hour: "4"
# minute: "0"
# job: "{{ galaxy_root }}/bin/cleanup_datasets.sh 14"
- name: "Clean {{ galaxy_instance_codename }} datasets"
id: "galaxy_{{ galaxy_instance_codename }}_clean_datasets"
user: "{{ galaxy_user }}"
hour: "4"
minute: "0"
job: "{{ galaxy_root }}/bin/cleanup_datasets.sh 14"

0 comments on commit 6e63ecc

Please sign in to comment.