Resonate Server Postgres

Run the Resonate protocol inside Postgres itself using resonate-pg — one SQL file of stored procedures, with no server process at all. Covers installing the schema, the pg_cron timer dependency and its silent-failure mode, reaching the protocol through resonate_rpc, starting workflows with resonate.invoke, the resonate_worker grant surface, garbage collection and id idempotency, the TypeScript/Deno-only client constraint, and the open correctness gaps. Use when a user already runs Postgres and wants durable execution without deploying anything beside it.

resonatehq 7fe1627 12.7 KB Updated

File contents

resonatehq/resonate-skills/tree/main/resonate-server-postgres commit 7fe1627635

Frequently asked questions

npx skillmds@latest add resonatehq/resonate-server-postgres