Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Apr 9, 2024
1 parent 21ba7ab commit 5ec0daf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/WebhookHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ public function run(string $queue, string $group, array $dataArray)
}
}
}, function (Throwable $throwable) use ($queue, $group, $idArray, $dataArray) {
// 错误日志
Log::channel('plugin.workbunny.webman-push-server.error')->error('Webhook request error. ', [
'message' => $throwable->getMessage(), 'code' => $throwable->getCode(),
'file' => $throwable->getFile() . ':' . $throwable->getLine(),
'trace' => $throwable->getTrace()
]);
// 数据ack
if (HookServer::instance()->ack($queue, $group, $idArray)) {
// 重入队尾
Expand Down

0 comments on commit 5ec0daf

Please sign in to comment.