mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 15:06:49 +02:00
memory-core registers a gateway:startup hook that runs reconcileManagedDreamingCron() before deps.cron is attached to the startup event (the startup hook is deferred via a 250ms setTimeout in server.impl). Downgrade the first startup-time "cron service unavailable" warning to a debug log, and rely on the existing runtime reconciliation path to warn if the cron service truly stays unavailable after boot. The managed dreaming cron job itself runs correctly — this was a log-noise regression, not a functional failure. Signed-off-by: Sanjay Santhanam <51058514+Sanjays2402@users.noreply.github.com>