index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
jobqueue
/
JobQueueRedis.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-15
1
-1
/
+1
*
Move UIDGenerator code to a service and put it under /libs
Aaron Schulz
2020-02-18
1
-1
/
+1
*
Replace deprecated lSize with lLen
Paladox
2019-12-03
1
-2
/
+2
*
Avoid using deprecated phpredis::delete() alias
Paladox
2019-12-02
1
-1
/
+1
*
Fix new phan errors, part 2
Daimona Eaytoy
2019-10-12
1
-1
/
+1
*
Merge "jobqueue: migrate root job deduplication to the WAN cache"
jenkins-bot
2019-07-13
1
-1
/
+1
|
\
|
*
jobqueue: migrate root job deduplication to the WAN cache
Aaron Schulz
2019-07-13
1
-1
/
+1
*
|
jobqueue: fix IDEA warnings in JobQueueRedis
Aaron Schulz
2019-07-11
1
-25
/
+26
|
/
*
jobqueue: make JobQueueDB stricter about broken job_params fields
Aaron Schulz
2019-04-27
1
-1
/
+1
*
jobqueue: add GenericParameterJob and RunnableJob interface
Aaron Schulz
2019-04-08
1
-14
/
+18
*
jobqueue: dependency inject more objects into JobQueue
Aaron Schulz
2019-04-04
1
-5
/
+5
*
Add Job::getMetadata() and Job::setMetadata() accessors
Aaron Schulz
2019-04-03
1
-7
/
+8
*
Rename WikiMap DB domain ID methods to reduce confusion with web domains
Aaron Schulz
2019-02-06
1
-1
/
+1
*
Safe replacement of a lot of `!count()` with `=== []`
Thiemo Kreuz
2019-01-15
1
-1
/
+1
*
Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricter
Aaron Schulz
2018-11-07
1
-3
/
+4
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Remove "@author Aaron Schulz" annotations
Aaron Schulz
2017-06-27
1
-1
/
+0
*
Lower the amount of jobs pushed into redis at once
Aaron Schulz
2017-04-19
1
-1
/
+3
*
Miscellaneous indentation tweaks
Bartosz Dziewoński
2017-02-27
1
-3
/
+3
*
Use @lang tags for Lua scripts
Aaron Schulz
2016-09-25
1
-0
/
+3
*
Move RedisConnectionPool to /libs/redis
Aaron Schulz
2016-09-23
1
-1
/
+5
*
Remove unused JobQueueRedis vars
Aaron Schulz
2016-04-21
1
-5
/
+0
*
Avoid ack() race condition in JobQueueRedis
Aaron Schulz
2016-04-20
1
-4
/
+9
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-23
/
+23
*
Stop doing $that = $this in includes/jobqueue
Ricordisamoa
2016-02-10
1
-4
/
+2
*
Fix mistakes in JobQueue type documentations
Thiemo Mättig
2016-01-16
1
-1
/
+1
*
Make redis JobQueueConnectionError mention the host
Aaron Schulz
2015-12-11
1
-1
/
+2
*
Remove wfForeignMemcKey() usage from JobQueueRedis::getQueueKey()
Aaron Schulz
2015-12-10
1
-2
/
+6
*
Remove JobQueue::setTestingPrefix() hack
Aaron Schulz
2015-12-10
1
-16
/
+1
*
Fix bad regex in 6fe2f48df
Aaron Schulz
2015-12-10
1
-1
/
+1
*
Add per-partition JobQueueRedis aggregation
Aaron Schulz
2015-12-10
1
-12
/
+92
*
Replace wfBaseConvert with Wikimedia\base_convert
Reedy
2015-11-24
1
-1
/
+1
*
jobqueue: Pass count value delta instead of $type for the inserts_actual metric
Timo Tijhof
2015-10-30
1
-1
/
+1
*
JobQueueRedis::doBatchPush(): report metrics even when failures occur
Ori Livneh
2015-10-21
1
-5
/
+5
*
jobqueue: track real job inserts as 'inserts_actual'
Ori Livneh
2015-10-21
1
-0
/
+1
*
Make JobQueueRedis stat calls match the DB one
Aaron Schulz
2015-10-20
1
-2
/
+2
*
Include job attempt count for redis in showJobs.php
Aaron Schulz
2015-08-21
1
-0
/
+2
*
Merge "Fixed IDE warning in doIsRootJobOldDuplicate()"
jenkins-bot
2015-08-17
1
-0
/
+1
|
\
|
*
Fixed IDE warning in doIsRootJobOldDuplicate()
Aaron Schulz
2015-08-14
1
-0
/
+1
*
|
Include job UUID in doAck() error message
Aaron Schulz
2015-08-14
1
-2
/
+3
|
/
*
jobqueue: use more sensible metric key names
Ori Livneh
2015-06-14
1
-2
/
+2
*
jobqueue: Record stats on how long it takes before a job is run
Kunal Mehta
2015-06-03
1
-0
/
+2
*
Merge "Let deduplicateRootJob() accept JobSpecification for consistency"
jenkins-bot
2015-06-03
1
-2
/
+2
|
\
|
*
Let deduplicateRootJob() accept JobSpecification for consistency
Aaron Schulz
2015-05-23
1
-2
/
+2
*
|
Cleaned up JobQueueRedis exceptions
Aaron Schulz
2015-05-23
1
-9
/
+13
|
/
*
Send job ACKs to statsd
Aaron Schulz
2015-05-11
1
-0
/
+2
*
Reduce chunk size in doBatchPush for redis
Aaron Schulz
2015-05-06
1
-1
/
+1
*
Removed useless doGetPeriodicTasks() override
Aaron Schulz
2015-05-06
1
-7
/
+0
*
Revert "Added per-wiki queue stats information"
Ori.livneh
2015-04-20
1
-3
/
+3
*
Made showJobs.php show claimed jobs too
Aaron Schulz
2015-04-17
1
-35
/
+49
[next]