Merge pull request #364 from EvineDeng/master

Docker增加jd_watch的定时任务,默认每天2次
This commit is contained in:
lxk0301
2020-12-17 18:42:32 +08:00
committed by GitHub
2 changed files with 9 additions and 5 deletions

View File

@@ -82,3 +82,5 @@
10 11 * * * node /scripts/jd_jdzz.js >> /scripts/logs/jd_jdzz.log 2>&1
# 宠汪汪邀请助力
10 10,11 * * * node /scripts/jd_joy_run.js >> /scripts/logs/jd_joy_run.log 2>&1
# 京东发现-看一看看40个视频领80京豆非常耗时
13 11,14 * * * node /scripts/jd_watch.js >> /scripts/logs/jd_watch.log 2>&1

View File

@@ -81,4 +81,6 @@
# 微信小程序京东赚赚
10 11 * * * node /scripts/jd_jdzz.js | ts >> /scripts/logs/jd_jdzz.log 2>&1
# 宠汪汪邀请助力
10 10,11 * * * node /scripts/jd_joy_run.js >> /scripts/logs/jd_joy_run.log 2>&1
10 10,11 * * * node /scripts/jd_joy_run.js | ts >> /scripts/logs/jd_joy_run.log 2>&1
# 京东发现-看一看看40个视频领80京豆非常耗时
13 11,14 * * * node /scripts/jd_watch.js | ts >> /scripts/logs/jd_watch.log 2>&1