Aude has submitted this change and it was merged. Change subject: (bug 44067) add --max-time param to dispatchChanges ......................................................................
(bug 44067) add --max-time param to dispatchChanges dispatchChanges.php should support a max-time parameter that determines how long the dispatcher runs before exiting. By setting this to a value that is equivalent to the interval at which dispatchChanges.php instances are launched (e.g. via cron), we can keep a constant number of instances running persistently. Change-Id: I8e151f62cd9619e137fb9d515c4e73949e77e0f1 --- M lib/maintenance/dispatchChanges.php 1 file changed, 39 insertions(+), 15 deletions(-) Approvals: Aude: Verified; Looks good to me, approved Jens Ohlig: Checked; Looks good to me, but someone else must approve Silke Meyer: Looks good to me, but someone else must approve -- To view, visit https://gerrit.wikimedia.org/r/44433 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8e151f62cd9619e137fb9d515c4e73949e77e0f1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Demon <[email protected]> Gerrit-Reviewer: Jens Ohlig <[email protected]> Gerrit-Reviewer: John Erling Blad <[email protected]> Gerrit-Reviewer: Silke Meyer <[email protected]> Gerrit-Reviewer: Tobias Gritschacher <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
