stable

Clone or download

Read-only

Merge commit 'refs/changes/75/17575/1' of ssh://gerrit.tuleap.net:29418/tuleap

* ssh://gerrit.tuleap.net:29418/tuleap: request #14438: Reschedule failed async events with an exponential backoff

Modified Files

Name
M src/common/Queue/QueueFactory.php +11 −1 Go to diff View file
A src/common/Queue/Redis/BackOffDelayFailedMessage.php +68 −0 Go to diff View file
A src/common/Queue/Redis/CannotDelayMessageThatHasNotBeenQueuedException.php +33 −0 Go to diff View file
A src/common/Queue/Redis/EventMessageForPersistentQueue.php +34 −0 Go to diff View file
M src/common/Queue/Redis/RedisEventMessageForPersistentQueue.php +1 −1 Go to diff View file
M src/common/Queue/Redis/RedisPersistentQueue.php +9 −4 Go to diff View file
A tests/phpunit/common/Queue/Redis/BackOffDelayFailedMessageTest.php +102 −0 Go to diff View file