summaryrefslogtreecommitdiffstats
path: root/vagrant_support
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-05-16 19:34:18 +0200
committerGitHub <noreply@github.com>2017-05-16 19:34:18 +0200
commit2216a50a64cfc340975099905e7187e08d962d34 (patch)
tree20b0bc16f1606df6107b49429ae830c505f3d587 /vagrant_support
parente1db12e2aec5aede7bedaace9c105b04ffddd437 (diff)
downloadbugzilla-2216a50a64cfc340975099905e7187e08d962d34.tar.gz
bugzilla-2216a50a64cfc340975099905e7187e08d962d34.tar.xz
give each cron job a name, so that they don't accumulate (#79)
Diffstat (limited to 'vagrant_support')
-rw-r--r--vagrant_support/cron.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/vagrant_support/cron.yml b/vagrant_support/cron.yml
index e41d7d6f9..791ecf3f3 100644
--- a/vagrant_support/cron.yml
+++ b/vagrant_support/cron.yml
@@ -1,17 +1,20 @@
- name: set cron mailto
cron:
+ name: set cron mailto
env: yes
name: MAILTO
value: vagrant@localhost
- name: cron remove-idle-group-members
cron:
+ name: cron remove-idle-group-members
hour: 7
minute: 0
job: 'cd /vagrant; ./scripts/remove_idle_group_members.pl'
- name: cron collectstats
cron:
+ name: cron collectstats
hour: 7
minute: 0
job: 'cd /vagrant; ./collectstats.pl'
@@ -19,12 +22,14 @@
- name: cron whine
cron:
+ name: cron whine
user: apache
minute: '*/15'
job: 'cd /vagrant; ./whine.pl'
- name: cron clean-bug-user-last-visit
cron:
+ name: cron clean-bug-user-last-visit
user: apache
hour: 7
minute: 0
@@ -32,6 +37,7 @@
- name: request nagger
cron:
+ name: request nagger
user: apache
hour: 7
minute: 30
@@ -39,6 +45,7 @@
- name: userprofile
cron:
+ name: userprofile
user: apache
hour: 7
minute: 30