Browse Source

定时任务配置问题

定时任务文档跟使用版本不一致, 导致时间配置上有点差异
main
qinmin328 3 years ago
committed by GitHub
parent
commit
442e95a60d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      server/config.yaml

3
server/config.yaml

@ -120,7 +120,8 @@ excel:
# timer task db clear table
Timer:
spec: "@daily" # 定时任务详细配置参考 https://pkg.go.dev/github.com/robfig/cron?utm_source=godoc
start: true
spec: "@daily" # 定时任务详细配置参考 https://pkg.go.dev/github.com/robfig/cron/v3
detail: [
# tableName: 需要清理的表名
# compareField: 需要比较时间的字段

Loading…
Cancel
Save