Files
openclaw/src/process
Harjoth Khara 00eb33fe8e fix(cron): stop a cron job's own marker from blocking its awaited wake (#109440)
* fix(cron): deliver owning heartbeat synchronously

* fix(test): drop await on synchronous cron.stop()

CronService.stop() is synchronous (src/cron/service.ts:74); awaiting it
trips oxlint typescript(await-thenable) on check-lint. Matches sibling
cron tests, which all call cron.stop() bare.

* fix(cron): harden awaited wake ownership

Co-authored-by: harjoth <harjoth.khara@gmail.com>

* test(cron): track heartbeat sandbox cleanup

* fix(cron): scope awaited wake queue ownership

* chore: leave cron notes to release generation

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-18 07:22:59 +01:00
..