docs: record configurable cron schedule

This commit is contained in:
2026-08-30 21:00:10 +03:30
parent 7d2a442309
commit 478d23acc9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -496,3 +496,4 @@ Migration order implied by the map: isolate shared infrastructure constructors (
### `W010` cron boundary checkpoint
- Cron retry execution now emits error telemetry only when a job ultimately fails, avoiding nil error logs on successful runs; focused cron tests pass in `ba14ce1`.
- Cron registration now reads a configurable `Cron.Schedule` value, retaining `1 * * * *` as the default; config and cron tests pass in `5f37e56`.