预警21
This commit is contained in:
parent
2c4adc9da3
commit
f7cb6049df
|
|
@ -85,7 +85,7 @@ cron:
|
|||
command: "0 0 1 * * ?" # 每天凌晨1点执行一次
|
||||
warningBudget:
|
||||
isOpen: true #是否启动 true/false
|
||||
command: "0 */5 * * *" #cron表达式,每5分钟执行一次
|
||||
command: "0 */5 * * * ?" #cron表达式,每5分钟执行一次
|
||||
|
||||
rdsMQ:
|
||||
wechatQuery:
|
||||
|
|
|
|||
Loading…
Reference in New Issue