aboutsummaryrefslogtreecommitdiffstats
path: root/includes/jobqueue/JobQueueRedis.php
Commit message (Expand)AuthorAgeFilesLines
* Fix more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-151-1/+1
* Move UIDGenerator code to a service and put it under /libsAaron Schulz2020-02-181-1/+1
* Replace deprecated lSize with lLenPaladox2019-12-031-2/+2
* Avoid using deprecated phpredis::delete() aliasPaladox2019-12-021-1/+1
* Fix new phan errors, part 2Daimona Eaytoy2019-10-121-1/+1
* Merge "jobqueue: migrate root job deduplication to the WAN cache"jenkins-bot2019-07-131-1/+1
|\
| * jobqueue: migrate root job deduplication to the WAN cacheAaron Schulz2019-07-131-1/+1
* | jobqueue: fix IDEA warnings in JobQueueRedisAaron Schulz2019-07-111-25/+26
|/
* jobqueue: make JobQueueDB stricter about broken job_params fieldsAaron Schulz2019-04-271-1/+1
* jobqueue: add GenericParameterJob and RunnableJob interfaceAaron Schulz2019-04-081-14/+18
* jobqueue: dependency inject more objects into JobQueueAaron Schulz2019-04-041-5/+5
* Add Job::getMetadata() and Job::setMetadata() accessorsAaron Schulz2019-04-031-7/+8
* Rename WikiMap DB domain ID methods to reduce confusion with web domainsAaron Schulz2019-02-061-1/+1
* Safe replacement of a lot of `!count()` with `=== []`Thiemo Kreuz2019-01-151-1/+1
* Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricterAaron Schulz2018-11-071-3/+4
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Lower the amount of jobs pushed into redis at onceAaron Schulz2017-04-191-1/+3
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-3/+3
* Use @lang tags for Lua scriptsAaron Schulz2016-09-251-0/+3
* Move RedisConnectionPool to /libs/redisAaron Schulz2016-09-231-1/+5
* Remove unused JobQueueRedis varsAaron Schulz2016-04-211-5/+0
* Avoid ack() race condition in JobQueueRedisAaron Schulz2016-04-201-4/+9
* Convert all array() syntax to []Kunal Mehta2016-02-171-23/+23
* Stop doing $that = $this in includes/jobqueueRicordisamoa2016-02-101-4/+2
* Fix mistakes in JobQueue type documentationsThiemo Mättig2016-01-161-1/+1
* Make redis JobQueueConnectionError mention the hostAaron Schulz2015-12-111-1/+2
* Remove wfForeignMemcKey() usage from JobQueueRedis::getQueueKey()Aaron Schulz2015-12-101-2/+6
* Remove JobQueue::setTestingPrefix() hackAaron Schulz2015-12-101-16/+1
* Fix bad regex in 6fe2f48dfAaron Schulz2015-12-101-1/+1
* Add per-partition JobQueueRedis aggregationAaron Schulz2015-12-101-12/+92
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1
* jobqueue: Pass count value delta instead of $type for the inserts_actual metricTimo Tijhof2015-10-301-1/+1
* JobQueueRedis::doBatchPush(): report metrics even when failures occurOri Livneh2015-10-211-5/+5
* jobqueue: track real job inserts as 'inserts_actual'Ori Livneh2015-10-211-0/+1
* Make JobQueueRedis stat calls match the DB oneAaron Schulz2015-10-201-2/+2
* Include job attempt count for redis in showJobs.phpAaron Schulz2015-08-211-0/+2
* Merge "Fixed IDE warning in doIsRootJobOldDuplicate()"jenkins-bot2015-08-171-0/+1
|\
| * Fixed IDE warning in doIsRootJobOldDuplicate()Aaron Schulz2015-08-141-0/+1
* | Include job UUID in doAck() error messageAaron Schulz2015-08-141-2/+3
|/
* jobqueue: use more sensible metric key namesOri Livneh2015-06-141-2/+2
* jobqueue: Record stats on how long it takes before a job is runKunal Mehta2015-06-031-0/+2
* Merge "Let deduplicateRootJob() accept JobSpecification for consistency"jenkins-bot2015-06-031-2/+2
|\
| * Let deduplicateRootJob() accept JobSpecification for consistencyAaron Schulz2015-05-231-2/+2
* | Cleaned up JobQueueRedis exceptionsAaron Schulz2015-05-231-9/+13
|/
* Send job ACKs to statsdAaron Schulz2015-05-111-0/+2
* Reduce chunk size in doBatchPush for redisAaron Schulz2015-05-061-1/+1
* Removed useless doGetPeriodicTasks() overrideAaron Schulz2015-05-061-7/+0
* Revert "Added per-wiki queue stats information"Ori.livneh2015-04-201-3/+3
* Made showJobs.php show claimed jobs tooAaron Schulz2015-04-171-35/+49