Skip to content

Commit

Permalink
Do not report and just wait for another bach
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Feb 26, 2020
1 parent 7a3e697 commit de2b246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/lhqueueelasticsearchworker.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function perform()
$stmt->execute();
$chatsId = $stmt->fetchAll(PDO::FETCH_COLUMN);
} catch (Exception $e) {
error_log($e->getMessage() . "\n" . $e->getTraceAsString());
// Someone is already processing. So we just ignore and retry later
return;
}

Expand Down

0 comments on commit de2b246

Please sign in to comment.