Commit 18cccce56ad0d451264423dbd5db1b3ecdd29353

Authored by 杨鸣坤
1 parent 5489e151

fix: 调整jmdq定时任务调度频率

@@ -38,8 +38,8 @@ scheduler: @@ -38,8 +38,8 @@ scheduler:
38 pj: 38 pj:
39 push: "0 0/10 * * * ?" 39 push: "0 0/10 * * * ?"
40 jmdq: 40 jmdq:
41 - pull: "0 0/1 * * * ?"  
42 - push: "0 0/2 * * * ?" 41 + pull: "0 0/10 * * * ?"
  42 + push: "0 0/10 * * * ?"
43 nanqiao: 43 nanqiao:
44 pull: "0 0/1 * * * ?" 44 pull: "0 0/1 * * * ?"
45 push: "0 0/1 * * * ?" 45 push: "0 0/1 * * * ?"