Documentation
¶
Overview ¶
Command durable-store shows the opt-in pgstore supplemental store: durable results that outlive River's job retention, push-based Await (no polling), and listing workflows.
DATABASE_URL=postgres://localhost:5432/river_dev?sslmode=disable \
go run ./examples/durable-store
The store is a single table the library owns alongside River's, in the same database. You migrate it, pass it to the engine, and start its listener; then results, Await, and List read from it. See docs/design/supplemental-store.md.
Click to show internal directories.
Click to hide internal directories.