Commit 18cccce56ad0d451264423dbd5db1b3ecdd29353

Authored by 杨鸣坤
1 parent 5489e151

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

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