mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 11:41:10 +00:00
fix(cron): split run and delivery status tracking
This commit is contained in:
@@ -309,6 +309,8 @@ export async function run(state: CronServiceState, id: string, mode?: "due" | "f
|
||||
error: coreResult.error,
|
||||
summary: coreResult.summary,
|
||||
delivered: coreResult.delivered,
|
||||
deliveryStatus: job.state.lastDeliveryStatus,
|
||||
deliveryError: job.state.lastDeliveryError,
|
||||
sessionId: coreResult.sessionId,
|
||||
sessionKey: coreResult.sessionKey,
|
||||
runAtMs: prepared.startedAt,
|
||||
|
||||
Reference in New Issue
Block a user