This commit is contained in:
chengxl
2025-07-24 17:24:48 +08:00
parent f28d9c7171
commit fcf4498544
11 changed files with 11 additions and 11 deletions

View File

@@ -146,7 +146,7 @@ class SendReviewEmail
$this->QueueRedis->finishJob($sRedisKey, 'completed', $this->completedExprie);
$job->delete();
$this->oQueueJob->log("任务执行成功 | 日志ID: {$iLogId}");
$this->oQueueJob->log("任务执行成功 | 日志ID: {$iLogId} | 执行日志:{$sMsg}");
} catch (\RuntimeException $e) {
$this->oQueueJob->handleRetryableException($e, $iLogId, $sRedisKey, $job);