From 2216a50a64cfc340975099905e7187e08d962d34 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 16 May 2017 13:34:18 -0400 Subject: give each cron job a name, so that they don't accumulate (#79) --- vagrant_support/cron.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vagrant_support') 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 -- cgit v1.2.3-24-g4f1b