
Microsoft open-sourced pg_durable, a PostgreSQL extension for in-database durable execution. The extension lets developers define fault-tolerant workflows directly in SQL, handling retries, checkpointing, and recovery inside PostgreSQL. This eliminates the need for external cron jobs, message queues, and orchestrators.
Tap to vote and see what everyone thinks.