Giuseppe Lavagetto has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/179613

Change subject: hhvm: run the tidy cron once per day...
......................................................................

hhvm: run the tidy cron once per day...

...instead than once a minute for a specific hour of the day.

Change-Id: I60fe91a88282878a51c45b3502c810bc1b85e4ce
Signed-off-by: Giuseppe Lavagetto <[email protected]>
---
M modules/hhvm/manifests/init.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/13/179613/1

diff --git a/modules/hhvm/manifests/init.pp b/modules/hhvm/manifests/init.pp
index 0d2664e..8712a69 100644
--- a/modules/hhvm/manifests/init.pp
+++ b/modules/hhvm/manifests/init.pp
@@ -247,5 +247,6 @@
     cron { 'tidy_perf_maps':
         command => '/usr/bin/find /tmp -name "perf-*" -not -cnewer 
/run/hhvm/hhvm.pid -delete > /dev/null 2>&1',
         hour    => fqdn_rand(23, 'tidy_perf_maps'),
+        minute  => 0,
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I60fe91a88282878a51c45b3502c810bc1b85e4ce
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to