Fix
This commit is contained in:
@@ -2,26 +2,24 @@
|
||||
50 23 */3 * * rm -rf /scripts/logs/*.log
|
||||
|
||||
##############短期活动##############
|
||||
#年货节(活动时间:2021年1月9日-2021年2月9日)
|
||||
# 年货节(活动时间:2021年1月9日-2021年2月9日)
|
||||
10 8 * * * node /scripts/jd_nh.js >> /scripts/logs/jd_nh.log 2>&1
|
||||
#京东炸年兽集爆竹(活动时间:2021-1-18至2021-2-11)怕有遗漏故多运行几次
|
||||
# 京东炸年兽集爆竹(活动时间:2021-1-18至2021-2-11)怕有遗漏故多运行几次
|
||||
0 * * * * node /scripts/jd_nian.js >> /scripts/logs/jd_nian.log 2>&1
|
||||
#专门收集每秒产生的爆竹(1小时运行一次)
|
||||
# 专门收集每秒产生的爆竹(1小时运行一次)
|
||||
30 * * * * node /scripts/jd_nianCollect.js >> /scripts/logs/jd_nianCollect.log 2>&1
|
||||
#京东炸年兽签到任务🧨
|
||||
# 京东炸年兽签到任务🧨
|
||||
50 0,1 * * * node /scripts/jd_nian_sign.js >> /scripts/logs/jd_nian_sign.log 2>&1
|
||||
#京东炸年兽AR
|
||||
# 京东炸年兽AR
|
||||
50 0,1,8 * * * node /scripts/jd_nian_ar.js >> /scripts/logs/jd_nian_ar.log 2>&1
|
||||
#京东炸年兽小程序
|
||||
# 京东炸年兽小程序
|
||||
50 0,1,8 * * * node /scripts/jd_nian_wechat.js >> /scripts/logs/jd_nian_wechat.log 2>&1
|
||||
|
||||
#京东神仙书院(活动时间:2021-1-20至2021-2-5)
|
||||
# 京东神仙书院(活动时间:2021-1-20至2021-2-5)
|
||||
30 6 * * * node /scripts/jd_immortal.js >> /scripts/logs/jd_immortal.log 2>&1
|
||||
|
||||
#京东神仙书院答题(活动时间:2021-1-20至2021-2-5)
|
||||
# 京东神仙书院答题(活动时间:2021-1-20至2021-2-5)
|
||||
5 1 * * * node /scripts/jd_immortal_answer.js >> /scripts/logs/jd_immortal_answer.log 2>&1
|
||||
# 5G狂欢城
|
||||
0 */6 * * * node /scripts/jd_5g.js >> /scripts/log/jd_5g.log 2>&1
|
||||
0 */6 * * * node /scripts/jd_5g.js >> /scripts/logs/jd_5g.log 2>&1
|
||||
|
||||
|
||||
##############长期活动##############
|
||||
|
Reference in New Issue
Block a user