Seeds due cron-driven steps on each scheduler tick.
Summary
Functions
Finds cron steps due in the current tick window and seeds their executions.
Functions
@spec perform(map()) :: :ok
Finds cron steps due in the current tick window and seeds their executions.
Per-step failures are logged and emitted as telemetry; remaining steps in
the same tick continue. Returns :ok always for the worker contract; an
errors count and detail list are included in telemetry metadata.