diff --git a/include/poller.php b/include/poller.php index 1588cecf20..a1266d62c9 100644 --- a/include/poller.php +++ b/include/poller.php @@ -666,7 +666,6 @@ function poller_claim_process($queue) { $success = dba::update('workerqueue', array('executed' => datetime_convert(), 'pid' => $mypid), array('id' => $queue["id"], 'pid' => 0)); - //dba::unlock(); if (!$success) { logger("Couldn't update queue entry ".$queue["id"]." - skip this execution", LOGGER_DEBUG);