增加延迟,修改财富岛cron

This commit is contained in:
wisz2021
2021-05-29 18:45:08 +08:00
parent 4f5d5e730d
commit d934a896ef
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@
#监控crazyJoy分红
10 12 * * * node /scripts/jd_crazy_joy_bonus.js >> /scripts/logs/jd_crazy_joy_bonus.log 2>&1
#京喜财富岛
5 */4 * * * node /scripts/jd_cfd.js >> /scripts/logs/jd_cfd.log 2>&1
5 */6 * * * node /scripts/jd_cfd.js >> /scripts/logs/jd_cfd.log 2>&1
# 删除优惠券(默认注释,如需要自己开启,如有误删,已删除的券可以在回收站中还原,慎用)
#20 9 * * 6 node /scripts/jd_delCoupon.js >> /scripts/logs/jd_delCoupon.log 2>&1
#家庭号

File diff suppressed because one or more lines are too long