This commit is contained in:
2026-03-11 23:59:24 +08:00
parent ad17a6edc3
commit fe676618f0

View File

@@ -283,21 +283,3 @@ curl http://localhost:8080/api/v1/notifications/metrics \
- 每次投递尝试记录 - 每次投递尝试记录
- `notification_dlq` - `notification_dlq`
- 死信记录 - 死信记录
## 开发说明
### 关于 `web/dist`
`web/dist/` 已从 Git 移除,并加入 `.gitignore`
前端构建产物不再直接提交到仓库。
### 关于通知重复发送
当前代码已经修复“过期任务在每次扫描中重复重发”的问题。
调度器会基于 `task_id + event_type + due_at` 做去重,同一条到期版本只会生成一次对应事件。
## 相关文档
- [通知系统说明](./doc/notify.md)
- [认证模块说明](./doc/iam.md)