stable

Clone or download

Read-only

Merge commit 'refs/changes/57/17557/3' of ssh://gerrit.tuleap.net:29418/tuleap

* ssh://gerrit.tuleap.net:29418/tuleap: request #14434: Do not re-queue async events that have reached the maximum execution time

Modified Files

Name
M src/common/Queue/QueueInstrumentation.php +2 −0 Go to diff View file
M src/common/Queue/Redis/RedisPersistentQueue.php +8 −2 Go to diff View file
M src/common/Queue/TaskWorker/TaskWorker.php +3 −0 Go to diff View file
M src/common/Queue/TaskWorker/TaskWorkerProcess.php +6 −1 Go to diff View file
A src/common/Queue/TaskWorker/TaskWorkerTimedOutException.php +37 −0 Go to diff View file
M src/common/Queue/Worker.php +6 −1 Go to diff View file