fix(cron): fail isolated runs on run-level errors

This commit is contained in:
Peter Steinberger
2026-04-27 05:42:22 +01:00
parent 390b965460
commit 382e03a2d8
7 changed files with 225 additions and 27 deletions

View File

@@ -63,6 +63,10 @@ Failure notifications resolve in this order:
Main-session jobs may only use `delivery.failureDestination` when primary delivery mode is `webhook`. Isolated jobs accept it in all modes.
</Note>
Note: isolated cron runs treat run-level agent failures as job errors even when
no reply payload is produced, so model/provider failures still increment error
counters and trigger failure notifications.
## Scheduling
### One-shot jobs