Version v1.x

One-Off and Delayed Jobs

Available in

.NET Node.js Python

Enqueue immediate and scheduled runs using the DurableStack client API.

Use the client/runtime API for ad-hoc and scheduled-once execution.

Enqueue immediately

Schedule for later

Cancel a run

Query scheduled and recent runs

Practical guidance

  • Use delayed jobs for time-based follow-up work that is not recurring.
  • Keep payload DTOs version-safe and backward-compatible where possible.
  • Use run query APIs to verify enqueue/schedule behavior in integration tests.