Hey HN,<p>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.<p>Think of it like Temporal that only requires a Postgres database & and an npm install.<p>Think of it like a message queue but orchestrated with state persistence, automatic retries, and progress caching.<p>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.<p>I'd really like your feedback on this!<p>Thanks