Skip to content

Commit

Permalink
fix: remove individual cron jobs (db-size, drupal-build-archives)
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Apr 6, 2017
1 parent 16c2603 commit fe0a4ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@ server_scripts_cron_tasks:
minute: 10
job: "backups-check"

- name: "server-scripts: db-size"
hour: 7
minute: 2
job: "db-size"
#- name: "server-scripts: db-size"
# hour: 7
# minute: 2
# job: "db-size"

- name: "server-scripts: detect-viruses"
hour: 6
minute: 0
job: "ionice -c3 detect-viruses {{ server_scripts_detect_viruses_path }}"

- name: "server-scripts: drupal-build-archives"
hour: "8-18"
minute: 59
job: "drupal-build-archives"
#- name: "server-scripts: drupal-build-archives"
# hour: "8-18"
# minute: 59
# job: "drupal-build-archives"

- name: "server-scripts: mysql_backup backup"
hour: "8,11,16,22"
Expand Down

0 comments on commit fe0a4ce

Please sign in to comment.