From 49404771c3ff0c1b0d106289e1d9dd1957988b5b Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Wed, 25 Feb 2026 11:47:36 -0600 Subject: [PATCH] episode: Fix: Prevent duplicate POSTs when audit update fails after successful delivery in outbound-event-handler --- episodes/2026-02-25.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 episodes/2026-02-25.md diff --git a/episodes/2026-02-25.md b/episodes/2026-02-25.md new file mode 100644 index 00000000000..c771fa8b457 --- /dev/null +++ b/episodes/2026-02-25.md @@ -0,0 +1,5 @@ +# 2026-02-25 + +## 11:47 - Fix: Prevent duplicate POSTs when audit update fails after successful delivery in outbound-event-handler +- **Type:** fix +- **Tags:** esb-monorepo, tac, outbound-event-handler, error-handling, fix, cloud-functions, idempotency, duplicate-prevention