Rush has uploaded a new change for review.

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

Change subject: phab run user updates once daily
......................................................................

phab run user updates once daily

Now that we are catching up this should suffice, and not
throttle things too badly.

Change-Id: I187e8d4fd3b59b8ccf59d11db3c83cc7b42a9046
---
M modules/phabricator/manifests/migration.pp
1 file changed, 2 insertions(+), 4 deletions(-)


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

diff --git a/modules/phabricator/manifests/migration.pp 
b/modules/phabricator/manifests/migration.pp
index 078c170..9c9c77b 100644
--- a/modules/phabricator/manifests/migration.pp
+++ b/modules/phabricator/manifests/migration.pp
@@ -26,8 +26,7 @@
         ensure  => present,
         command => "/usr/bin/flock -n ${bz_header} -c 
'/srv/phab/tools/bugzilla_update_user_header.py -a' 2>&1",
         user    => root,
-        hour    => '*/1',
-        minute  => 0,
+        hour    => '0',
     }
 
     $bz_comments = '/var/run/bz_comments.flock'
@@ -35,8 +34,7 @@
         ensure  => present,
         command => "/usr/bin/flock -n ${bz_comments} -c 
'/srv/phab/tools/bugzilla_update_user_comments.py -a' 2>&1",
         user    => root,
-        hour    => '*/1',
-        minute  => 0,
+        hour    => '1',
     }
 }
 

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

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

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

Reply via email to