Skip to content

Files

Latest commit

Apr 23, 2023
64459ea · Apr 23, 2023

History

History
This branch is 5086 commits behind opensolon/solon:main.

solon.scheduling

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 22, 2023
Jan 31, 2023
Apr 23, 2023
# solon.scheduling.job.{job name} #要控制的job需要设置name属性
#
solon.scheduling.job.job1:
  cron: "* * * * * ?"  #重新定义调度表达式
  zone: "+08"
  fixedRate: 0
  fixedDelay: 0
  initialDelay: 0
  enable: true #用任务进行启停控制