Explorar o código

Merge pull request #493 from qinmin328/master

定时任务配置问题
奇淼(piexlmax %!s(int64=3) %!d(string=hai) anos
pai
achega
4b8f0df987
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      server/config.yaml

+ 2 - 1
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: 需要比较时间的字段