This commit is contained in:
chengxl
2025-07-24 17:24:27 +08:00
parent a74575a3b3
commit f28d9c7171

View File

@@ -106,7 +106,7 @@ class RecommendArticleField
$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);