cyberneticlibrary

Build fault-tolerant TypeScript workflows

dbos-typescriptskillsetup L30
Sheshiyer/skill-clusters
What it does

Add fault-tolerant durable workflows to TypeScript services backed by PostgreSQL

Best for

When you need exactly-once, fault-tolerant choreography in TypeScript backends.

Inputs
  • · TypeScript function signatures
  • · workflow steps
  • · queue event definitions
Outputs
  • · idempotent workflow executor
  • · step recovery
  • · exactly-once delivery
Requires
  • · TypeScript
  • · DBOS SDK
  • · PostgreSQL
Preconditions
  • · Postgres available
  • · workflow logic typed
Failure modes
  • · non-idempotent side effects on retry
  • · missing recovery state save
Trust signals
  • · recovery from arbitrary failure points
  • · Postgres-backed durable state