Docker增加jd_watch的定时任务,默认每天三次

This commit is contained in:
any
2020-12-17 16:25:57 +08:00
parent 850319e7b4
commit 5a50103b95
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 10-16/3 * * * 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 10-16/3 * * * node /scripts/jd_watch.js | ts >> /scripts/logs/jd_watch.log 2>&1