We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f1885f + 1dff8eb commit d100970Copy full SHA for d100970
server/config.yaml
@@ -120,7 +120,8 @@ excel:
120
121
# timer task db clear table
122
Timer:
123
- spec: "@daily" # 定时任务详细配置参考 https://pkg.go.dev/github.com/robfig/cron?utm_source=godoc
+ start: true
124
+ spec: "@daily" # 定时任务详细配置参考 https://pkg.go.dev/github.com/robfig/cron/v3
125
detail: [
126
# tableName: 需要清理的表名
127
# compareField: 需要比较时间的字段
0 commit comments