Dzahn has submitted this change and it was merged.

Change subject: mailman: run qdata cron later into 8am bounces
......................................................................


mailman: run qdata cron later into 8am bounces

Data being gathered is below limits but alerts are being fired after the run.

Change-Id: Id6bd75c02e5c3d1c54dcfc6c40d918e93ab42096
---
M modules/mailman/manifests/cron.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/mailman/manifests/cron.pp 
b/modules/mailman/manifests/cron.pp
index 4ff494e..76ba87d 100644
--- a/modules/mailman/manifests/cron.pp
+++ b/modules/mailman/manifests/cron.pp
@@ -14,7 +14,7 @@
         ensure  => 'present',
         command => '/usr/local/sbin/queue_data -a >> /var/www/qdata.html',
         user    => 'root',
-        minute  => '2',
+        minute  => '15',
     }
 
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/248044
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id6bd75c02e5c3d1c54dcfc6c40d918e93ab42096
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: John F. Lewis <johnflewi...@gmail.com>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to