stable

Clone or download

Read-only

Merge commit 'refs/changes/54/17554/2' of ssh://gerrit.tuleap.net:29418/tuleap

* ssh://gerrit.tuleap.net:29418/tuleap: request #14431: Limit the number of times an async event can be re-queued Change-Id: I5d8ccf4971c311cd1fd1f6b86c7f47e478c698a5

Modified Files

Name
M src/common/Queue/Noop/PersistentQueue.php +2 −2 Go to diff View file
M src/common/Queue/PersistentQueue.php +2 −2 Go to diff View file
M src/common/Queue/QueueInstrumentation.php +6 −4 Go to diff View file
A src/common/Queue/Redis/RedisEventMessageForPersistentQueue.php +120 −0 Go to diff View file
M src/common/Queue/Redis/RedisPersistentQueue.php +36 −31 Go to diff View file
A tests/phpunit/common/Queue/Redis/RedisEventMessageForPersistentQueueTest.php +69 −0 Go to diff View file