Version v1.x

Overview

Available in

.NET Node.js Python

Start here for a practical, production-safe DurableStack configuration baseline.

DurableStack configuration is designed to be explicit, predictable, and easy for future developers to reason about.

For most teams, the right approach is:

  • set important runtime options close to runtime creation/registration
  • keep values in one visible startup location
  • tune only after observing behavior in staging/production

Configuration flow

  • Select the storage provider.
  • Set worker identity and polling behavior.
  • Configure retry and lease semantics.
  • Configure recurring job behavior.
  • Add advanced options only when needed.

For full option-level details, see Configuration Schema.