Compare commits
2
Commits
7289460b29
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe676618f0 | ||
|
|
ad17a6edc3 |
@@ -283,21 +283,3 @@ curl http://localhost:8080/api/v1/notifications/metrics \
|
||||
- 每次投递尝试记录
|
||||
- `notification_dlq`
|
||||
- 死信记录
|
||||
|
||||
## 开发说明
|
||||
|
||||
### 关于 `web/dist`
|
||||
|
||||
`web/dist/` 已从 Git 移除,并加入 `.gitignore`。
|
||||
前端构建产物不再直接提交到仓库。
|
||||
|
||||
### 关于通知重复发送
|
||||
|
||||
当前代码已经修复“过期任务在每次扫描中重复重发”的问题。
|
||||
调度器会基于 `task_id + event_type + due_at` 做去重,同一条到期版本只会生成一次对应事件。
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [通知系统说明](./doc/notify.md)
|
||||
- [认证模块说明](./doc/iam.md)
|
||||
|
||||
|
||||
+3
-3
@@ -79,9 +79,9 @@ services:
|
||||
NOTIFY_BACKOFF_BASE_SECONDS: "30"
|
||||
SMTP_HOST: smtp.qq.com
|
||||
SMTP_PORT: "465"
|
||||
SMTP_USER: 2914037183@qq.com
|
||||
SMTP_PASS: daxnelwgfaraddbi
|
||||
SMTP_FROM: 2914037183@qq.com
|
||||
SMTP_USER:
|
||||
SMTP_PASS:
|
||||
SMTP_FROM:
|
||||
SMTP_USE_TLS: "true"
|
||||
GOPROXY: https://goproxy.cn,direct
|
||||
GOSUMDB: "off"
|
||||
|
||||
Reference in New Issue
Block a user