Version v1.x

Quick Start

Available in

.NET Node.js Python

Fastest path to a running scheduled DurableStack job in .NET or Node.js.

This is the fastest path to a running recurring job using PostgreSQL.

Use the runtime you already ship with and keep the same execution model.

1) Install package

2) Create a recurring job

3) Configure DurableStack

4) Run and verify

  • Start the runtime.
  • Wait one minute.
  • Confirm the recurring heartbeat runs in application logs.

5) Optional: enable hosted observability

Set tenant credentials in your runtime configuration:

When both are set, event ingestion is enabled automatically.

Continue