microsoft/pg_durable
github.com原文 ↗
pg_durable 把 durable execution 放进 PostgreSQL 扩展,用 SQL 定义可 checkpoint 的长任务 workflow。每个 pg_durable function 是 SQL steps graph,数据库崩溃、重启或 step 失败后从最后 checkpoint 恢复;适用 embedding pipelines、ingest pipeline、runbook automation、fan-out aggregation 和外部 API workflow。
–浏览
评论 · Comments