mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-23 14:51:17 +00:00
Stops the legacy run-log dual-write, auto-imports remaining rows and drops the table at state-DB open (table-presence guard: self-heals downgrade round-trips), keeps the newest 2000 terminal runs per job in the ledger, retires cron.runLog config via doctor, and moves live-run cancellation to src/cron behind the shared task control seam. Part 2 of 2 for #106041.
3 lines
158 B
TypeScript
3 lines
158 B
TypeScript
/** Stable cron execution error text shared by runtime and ledger codecs. */
|
|
export const CRON_JOB_EXECUTION_TIMEOUT_ERROR = "cron: job execution timed out";
|