Elukey has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/370170 )

Change subject: modules::geowiki::private_data: fix rsync for data-private-bare
......................................................................

modules::geowiki::private_data: fix rsync for data-private-bare

The geowiki-private and geowiki-private-bare repositories are
stored on stat1006 (the latter is origin for the former).
Every day a cronjob process new data on geowiki-private and pushes
it to geowiki-private-bare. We expose some of this data
on a website on thorium (protected by password), keeping it
in sync with stat1006 using a cronjob that rsyncs once a day
the private-bare repository from stat1006.

During the past months the time taken by the script that
process new geowiki data increased a lot, and therefore
the daily commit to geowiki-data-private moved from ~16 UTC
to ~19 UTC. While we investigate if there is an ongoing issue,
the daily rsync needs to be pushed forward to avoid staying
one day behind.

This issue causes also daily cronspam since there is another
cron job, running on stat1006, that compares data showed up
by thorium's site with the latest one on stat1006 and alerts
if they differ.

Bug: T132324
Change-Id: Ibd6c3704995d4e0019274de208a65871efb687f2
---
M modules/geowiki/manifests/private_data.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/70/370170/1

diff --git a/modules/geowiki/manifests/private_data.pp 
b/modules/geowiki/manifests/private_data.pp
index b90e48a..931d235 100644
--- a/modules/geowiki/manifests/private_data.pp
+++ b/modules/geowiki/manifests/private_data.pp
@@ -25,7 +25,7 @@
             command => "/usr/bin/rsync -rt --delete 
rsync://${::geowiki::private_data_bare_host}${::geowiki::private_data_bare_path}/
 ${::geowiki::private_data_bare_path}/",
             require => File[$::geowiki::private_data_bare_path],
             user    => $::geowiki::user,
-            hour    => '17',
+            hour    => '20',
             minute  => '0',
             before  => Git::Clone['geowiki-data-private'],
         }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd6c3704995d4e0019274de208a65871efb687f2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <ltosc...@wikimedia.org>

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

Reply via email to