Tim Starling has submitted this change and it was merged. Change subject: [JobQueue] Some tweaks to reduce claimRandom() retries. ......................................................................
[JobQueue] Some tweaks to reduce claimRandom() retries. * Use a small OFFSET to avoid excess claim retries for large queues. * Use job_random to avoid excess claim retries for small queues. Change-Id: I7da20a6684902122c7bc82b9633eab4bc7aecb89 --- M includes/job/JobQueueDB.php 1 file changed, 43 insertions(+), 13 deletions(-) Approvals: Tim Starling: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/38466 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7da20a6684902122c7bc82b9633eab4bc7aecb89 Gerrit-PatchSet: 5 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Asher <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
