aboutsummaryrefslogtreecommitdiffstats
path: root/includes/jobqueue/JobQueueMemory.php
Commit message (Expand)AuthorAgeFilesLines
* Improve param docsUmherirrender2019-11-281-1/+1
* Replace some oldskool @see with @inheritDocThiemo Kreuz2019-11-081-1/+1
* jobqueue: migrate root job deduplication to the WAN cacheAaron Schulz2019-07-131-2/+2
* jobqueue: add GenericParameterJob and RunnableJob interfaceAaron Schulz2019-04-081-6/+5
* jobqueue: update claim array in JobQueueMemory::doAckAaron Schulz2019-04-061-1/+1
* jobqueue: dependency inject more objects into JobQueueAaron Schulz2019-04-041-4/+7
* Add Job::getMetadata() and Job::setMetadata() accessorsAaron Schulz2019-04-031-2/+2
* Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricterAaron Schulz2018-11-071-5/+5
* JobQueueMemory: Actually return values in MappedIterator callbackBrad Jorsch2017-09-121-2/+2
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Stop doing $that = $this in includes/jobqueueRicordisamoa2016-02-101-6/+4
* More complete, more straightforward JobQueueMemoryTestThiemo Mättig2016-01-151-1/+65
* Do not return null reference in JobQueueMemoryThiemo Mättig2016-01-141-2/+2
* Add simple JobQueueMemory class for testingAaron Schulz2016-01-141-0/+169