ArielGlenn has uploaded a new change for review. https://gerrit.wikimedia.org/r/233961
Change subject: staged dumps: sleep only 5 seconds between wikis for starting job ...................................................................... staged dumps: sleep only 5 seconds between wikis for starting job no point in having the waits be so much longer than the job run times Change-Id: I26f9e6fb969285482883a7462fb1f2fea2ce9046 --- M modules/snapshot/templates/dumpstages.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/61/233961/1 diff --git a/modules/snapshot/templates/dumpstages.erb b/modules/snapshot/templates/dumpstages.erb index c6a247f..d775676 100644 --- a/modules/snapshot/templates/dumpstages.erb +++ b/modules/snapshot/templates/dumpstages.erb @@ -3,7 +3,7 @@ # slots_used numcommands on_failure error_notify command <% if @stagestype == 'normal' or @stagestype == 'partial' %> # mark the start of the run for all small, big wikis -8 1 <%= @stages['smallwikis']['firststage'] -%> --job createdirs; <%= @stages['bigwikis']['firststage'] %> --job createdirs +8 1 <%= @stages['smallwikis']['firststage'] -%> --job createdirs --sleep 5; <%= @stages['bigwikis']['firststage'] %> --job createdirs --sleep 5 # stubs and then tables so inconsistencies between stubs and tables aren't too huge 1 8 <%= @stages['smallwikis']['rest'] -%> --job xmlstubsdump; <%= @stages['smallwikis']['rest'] %> --job tables -- To view, visit https://gerrit.wikimedia.org/r/233961 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I26f9e6fb969285482883a7462fb1f2fea2ce9046 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: ArielGlenn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
