# `DripDrop.Jobs.CronTick`
[🔗](https://github.com/agoodway/dripdrop/blob/v0.1.0/lib/dripdrop/jobs/cron_tick.ex#L1)

Seeds due cron-driven steps on each scheduler tick.

# `perform`

```elixir
@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`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
