ArielGlenn has submitted this change and it was merged.

Change subject: datasets: rsync from kiwix once an hour instead of every 15 
minutes
......................................................................


datasets: rsync from kiwix once an hour instead of every 15 minutes

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

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



diff --git a/modules/dataset/manifests/cron/kiwix.pp 
b/modules/dataset/manifests/cron/kiwix.pp
index 05a4c43..b00c309 100644
--- a/modules/dataset/manifests/cron/kiwix.pp
+++ b/modules/dataset/manifests/cron/kiwix.pp
@@ -39,6 +39,6 @@
         ensure  => $ensure,
         command => 'rsync -vzrlptD --bwlimit=40000 
download.kiwix.org::download.kiwix.org/zim/wikipedia/ 
/data/xmldatadumps/public/other/kiwix/zim/wikipedia/ >/dev/null 2>&1',
         user    => 'mirror',
-        minute  => '*/15',
+        minute  => '15',
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib8cf621e7d8d0a6c7ead9afb6cce326d2276b79d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to