1 link tagged with all of: self-hosted + durable-execution + postgres
Click any tag below to further narrow down your results
Links
Armin Ronacher discusses creating a lightweight SQL library called Absurd for building durable workflows using only Postgres. It enables reliable execution of tasks that can survive failures and restarts by storing state information in the database. The approach avoids the complexity of third-party services, allowing for self-hosted solutions.