Skip to content

Use cases

Choose the recovery boundary your process needs

The same engine can serve different industries, but the useful design question stays concrete: what must survive a crash, how long can it wait, and which effects must never be repeated?

A quick fit test

Process traitLikely starting point
One short scheduled taskCron with overlap protection and alerts
Many independent jobsA queue with idempotent consumers
Multi-step state across failures or daysA durable workflow
A consequential external callAn effect ledger and reconciliation, whatever the scheduler

Verify the technical details

The documentation is the source of truth for current behavior.

Read the documentation →