Commit ea11a45
EC
fix(cron): default isolated agentTurn delivery to none, don't fail run on delivery error
Fixes #90378
- Change default deliveryMode from 'announce' to 'none' for isolated
agentTurn cron jobs without explicit delivery config
- Don't propagate delivery errors as job-level run failures
- Fixes channel-required errors on fresh installs without a configured
delivery channel
- Fixes cron jobs silently disappearing during 5.x → 6.x upgrade
when memory-core overwrites the SQLite cron store1 parent 1a3ce7c commit ea11a45
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments