Version v1.x

PostgreSQL

Available in

.NET Node.js Python

Configure DurableStack with PostgreSQL for durable, distributed execution.

PostgreSQL is the recommended default for most production DurableStack deployments.

It supports durable state and multi-worker distributed coordination through shared tables.

Registration

Operational notes

  • Run migrations on startup using your runtime's migration path (for example, IDurableStackStoreMigrator in .NET).
  • Keep retention enabled to control run-history growth.
  • Validate multi-worker behavior in staging before scaling out.