Aaron Schulz has uploaded a new change for review. Change subject: [JobQueue] Added a JobQueueRedis class. ......................................................................
[JobQueue] Added a JobQueueRedis class. * This class does not support per-job de-duplication. * RedisBagOStuff::getConnection/handleException are now public so that other classes, like the redis queue, can use them. * The Job class includes an extra "metadata" field now for usage by the queue classes. This is useful for stores that lack IDs. Change-Id: Ie72536240e27fe1caf11096cdc4c85dfa821d181 --- M includes/job/Job.php M includes/job/JobQueue.php A includes/job/JobQueueRedis.php M includes/job/jobs/DuplicateJob.php M includes/objectcache/RedisBagOStuff.php 5 files changed, 365 insertions(+), 21 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/74/39174/1 -- To view, visit https://gerrit.wikimedia.org/r/39174 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie72536240e27fe1caf11096cdc4c85dfa821d181 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
