feat: 支持 Queue 终态幂等重试

This commit is contained in:
root
2026-07-12 02:48:41 +02:00
parent 0386058f5b
commit 3eec6d6da2
13 changed files with 1405 additions and 33 deletions
+1
View File
@@ -7,6 +7,7 @@
"check": "tsc --noEmit",
"self-test": "bun run src/selftest/run.ts",
"self-test:postgres-kafka-order": "bun run src/selftest/integration/postgres-kafka-order.ts",
"self-test:postgres-queue-retry": "bun run src/selftest/integration/postgres-queue-retry.ts",
"self-test:postgres-runner-retention-fence": "bun run src/selftest/integration/postgres-runner-retention-fence.ts",
"test": "bun run src/selftest/run.ts",
"cli": "bun scripts/agentrun-cli.ts"