Giuseppe Lavagetto has submitted this change and it was merged. 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(-) Approvals: Giuseppe Lavagetto: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I60fe91a88282878a51c45b3502c810bc1b85e4ce Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
