WebHooker/docs/guide
RhenCloud 25ebae4ae5
feat(storage): migrate config, dedup and delivery state to D1
- Move oversized queue payloads from KV to R2 (PAYLOAD binding, webhooks/YYYY/MM/DD/*.json, KV queue:payload:* fallback)
- Persist routes/groups to D1 (d1_routes/d1_groups) with memory -> KV -> D1 three-tier cache, seeded from legacy KV config keys
- Move webhook dedup (dedup_keys), delivery state (delivery_state) and message tracking (message_tracking) to D1 via canUseD1 probe with automatic KV fallback
- Batch send_logs inserts (recordSendBatch) and add group_id/ts index
- Add storage-prune scheduled task for expired dedup/state/tracking rows
- Add TTL to invite:group:{id} index and audit all ephemeral KV keys
- Add D1 indexes for the new tables
- Sync AGENTS.md, README.md/zh and docs/ (en/zh) with the new storage layout
2026-08-17 15:01:20 +08:00
..
commands.md fix(formatters): localize PR buttons, cap oversized content, dedupe status logic 2026-08-14 07:41:19 +08:00
configuration.md feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00
deployment.md feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00
faq.md feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00
filters.md merge: resolve conflicts with origin/main (auto-fix formatting) 2026-08-14 06:45:15 +08:00
getting-started.md merge: resolve conflicts with origin/main (auto-fix formatting) 2026-08-14 06:45:15 +08:00
groups.md feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00
i18n.md chore: auto-fix lint & formatting [skip ci] 2026-08-13 22:46:35 +00:00
ingress.md feat(reliability): idempotency store, custom webhook replay protection, correlation ids 2026-08-15 17:03:32 +08:00
introduction.md feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00
logs.md chore: auto-fix lint & formatting [skip ci] 2026-08-13 22:46:35 +00:00
message-format.md feat(groups): host-based forge sources with optional display name 2026-08-14 08:49:48 +08:00
routes.md feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00
storage.md feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00
tasks.md feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00