DaemonScheduleServiceThe engine schedule service — run-window storage + controls (entries / changed / CRUD /
reconcile) that a make supervisor watches for arming decisions. Materialized by the
schedule-layer constructors below and injected via DaemonMakeOptions.scheduleLayer.
Source src/Daemon.ts:19191 lines
export type type ScheduleService =
DaemonScheduleService
The engine schedule service — run-window storage + controls (entries / changed / CRUD /
reconcile) that a
make
supervisor watches for arming decisions. Materialized by the
schedule-layer constructors below and injected via
DaemonMakeOptions.scheduleLayer
.
ScheduleService = DaemonScheduleService;