mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-22 10:25:20 -06:00
00eb33fe8e
* 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>