Compare commits

..
2 Commits
Author SHA1 Message Date
wolves fe676618f0 nothing 2026-03-11 23:59:24 +08:00
wolves ad17a6edc3 nothing 2026-03-11 23:58:23 +08:00
2 changed files with 3 additions and 21 deletions
-18
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)
+3 -3
View File
@@ -79,9 +79,9 @@ services:
NOTIFY_BACKOFF_BASE_SECONDS: "30" NOTIFY_BACKOFF_BASE_SECONDS: "30"
SMTP_HOST: smtp.qq.com SMTP_HOST: smtp.qq.com
SMTP_PORT: "465" SMTP_PORT: "465"
SMTP_USER: 2914037183@qq.com SMTP_USER:
SMTP_PASS: daxnelwgfaraddbi SMTP_PASS:
SMTP_FROM: 2914037183@qq.com SMTP_FROM:
SMTP_USE_TLS: "true" SMTP_USE_TLS: "true"
GOPROXY: https://goproxy.cn,direct GOPROXY: https://goproxy.cn,direct
GOSUMDB: "off" GOSUMDB: "off"