feat: add manager-held events long polling

This commit is contained in:
AgentRun Codex
2026-07-15 06:41:46 +02:00
parent af6791d6ae
commit ce802feb83
6 changed files with 307 additions and 7 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-events-long-poll": "bun run src/selftest/integration/postgres-events-long-poll.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",
"self-test:postgres-session-turn-admission": "bun run src/selftest/integration/postgres-session-turn-admission.ts",