ForkTex Flow

Queues & Workflows

Durable workflows in PostgreSQL, no broker, no scheduler process, no control plane.

Durable workflows in PostgreSQL: no broker, no scheduler process and no separate control plane: the database and your own worker processes are the whole infrastructure.

How we use it

Carries the long-running work that must survive a restart. Built here because the alternative was adding a broker to every deployment for something the transactional database could already guarantee.

9

systems