#rust #ai_pipelines #ai_workflows #durable_execution #durable_functions #durable_workflows #postgresql
This tool runs long SQL jobs inside PostgreSQL and saves progress after each step, so a crash, restart, or failed step does not force you to start over. It helps you replace extra workers, queues, cron jobs, and status tables with one SQL-based workflow, making background work simpler, more reliable, and easier to track in the same database as your data.
https://github.com/microsoft/pg_durable
This tool runs long SQL jobs inside PostgreSQL and saves progress after each step, so a crash, restart, or failed step does not force you to start over. It helps you replace extra workers, queues, cron jobs, and status tables with one SQL-based workflow, making background work simpler, more reliable, and easier to track in the same database as your data.
https://github.com/microsoft/pg_durable
GitHub
GitHub - microsoft/pg_durable: PostgreSQL in-database durable execution
PostgreSQL in-database durable execution. Contribute to microsoft/pg_durable development by creating an account on GitHub.