←back to thread

261 points david927 | 1 comments | | HN request time: 0.801s | source

What are you working on? Any new ideas that you're thinking about?
1. carnewal ◴[] No.43157695[source]
Building Duty, a TypeScript workflow orchestration tool for durable async execution.

Unlike queues (SQS) needing state hacks or pricey orchestration tools, Duty uses your existing Postgres to ensure tasks survive (retry) failures, retain state between runs, and eventually finish.

Pre-release, star if interested

https://github.com/webslash/duty