Files
openclaw/extensions
yunweibang a8ae682bda fix(feishu): add early event-level dedup to prevent duplicate replies
Add synchronous in-memory dedup at EventDispatcher handler level using
message_id as key with 5-minute TTL and 2000-entry cap.

This catches duplicate events immediately when they arrive from the Lark
SDK — before the inbound debouncer or processing queue — preventing the
race condition where two concurrent dispatches enter the pipeline before
either records the messageId in the downstream dedup layer.

Fixes the root cause reported in #42687.
2026-03-13 18:45:37 -05:00
..
2026-03-13 04:38:32 +00:00
2026-03-13 04:38:32 +00:00
2026-03-13 23:35:28 +00:00
2026-03-13 22:09:06 +00:00
2026-03-13 04:38:32 +00:00
2026-03-13 04:38:32 +00:00
2026-03-13 04:38:32 +00:00
2026-03-13 22:09:06 +00:00