feat(guild-events): add outbound retry queue with exponential backoff

This commit is contained in:
nav
2026-05-12 11:28:21 +00:00
parent 7e458ad6d3
commit 24cbee3135
2 changed files with 102 additions and 24 deletions

View File

@@ -73,7 +73,7 @@
## 4. 插件与扩展面(为 OpenclawPlugin 准备)
- [x] Webhook 事件信封落地event_id/event_type/occurred_at/data
- [x] HMAC 签名与重放防护
- [ ] 出站重试队列(指数退避)
- [x] 出站重试队列(指数退避)
- [ ] Bot Token 入站调用鉴权
---