diff -rupN module.orig/Queue/src/Queue/Controller/IndexController.php module/Queue/src/Queue/Controller/IndexController.php --- module.orig/Queue/src/Queue/Controller/IndexController.php 2016-07-11 10:17:12.000000000 +0000 +++ module/Queue/src/Queue/Controller/IndexController.php 2016-01-22 15:11:30.000000000 +0000 @@ -144,7 +144,7 @@ class IndexController extends AbstractAc // if we can't get a task, take a nap and spin again. $task = $manager->grabTask(); if (!$task) { - $logger->debug("Worker $slot idle. No tasks in queue."); + //$logger->debug("Worker $slot idle. No tasks in queue."); if ($retire) { break; } else {
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19977 | jason_leonard |
Adding latest patches for Swarm 2016.1 Adding: Client reset patch for ClientPool to prevent exception with dirty client. Adding: Lock review update patch for preventing a race condition whilst Swarm updates or creates a review. Adding: Workers no tasks log patch for removing a "no tasks in queue" message whilst capturing debug logs. Updating: moderators email patch for allowing moderators to receive review change emails. Updating: projects caseinsensivie matching patch to workaround P4PHP case sensitivity issues when selecting a change's project. |