Hey HN,
I've been working on Duty, a lightweight workflow orchestration tool for Node.JS/TypeScript. The goal is to provide durable, scalable, and Postgres-backed task orchestration.
Think of it like Temporal that only requires a Postgres database & and an npm install.
Think of it like a message queue but orchestrated with state persistence, automatic retries, and progress caching.
It's not ready for release just yet but I'd appreciate it if you read the README and starred the repository if this interests you at all.
I'd really like your feedback on this!
Thanks