]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
give each cron job a name, so that they don't accumulate (#79)
authorDylan William Hardison <dylan@hardison.net>
Tue, 16 May 2017 17:34:18 +0000 (13:34 -0400)
committerGitHub <noreply@github.com>
Tue, 16 May 2017 17:34:18 +0000 (13:34 -0400)
vagrant_support/cron.yml

index e41d7d6f9c457b8b2c18458e7f7f24b9b820e697..791ecf3f3e734602156514e1c1bcf4761f904949 100644 (file)
@@ -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'
 
 - 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