This commit is contained in:
Yuri Kuznetsov
2024-09-15 13:18:27 +03:00
parent 9e30e60fb1
commit d051a52750
117 changed files with 198 additions and 396 deletions
+1 -2
View File
@@ -267,8 +267,7 @@ class Queue
{
try {
$code = $this->sender->send($webhook, $dataList);
}
catch (Exception $e) {
} catch (Exception $e) {
$this->failQueueItemList($itemList, true);
$this->log->error("Webhook Queue: Webhook '{$webhook->getId()}' sending failed. Error: {$e->getMessage()}");