DripDrop.Jobs.CronTick (DripDrop v0.1.0)

Copy Markdown View Source

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

perform(input)

@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.

perform(input, ctx)