修改签到领现金cron 防止运行一次部分任务没做完

修改签到领现金cron 防止运行一次部分任务没做完
This commit is contained in:
lxk0301
2021-02-23 08:18:54 +08:00
parent 23cef1c492
commit dd2e2bd673
2 changed files with 5 additions and 5 deletions

View File

@@ -82,7 +82,7 @@
# 京喜农场
0 9,12,18 * * * node /scripts/jd_jxnc.js >> /scripts/logs/jd_jxnc.log 2>&1
# 签到领现金
27 7 * * * node /scripts/jd_cash.js >> /scripts/logs/jd_cash.log 2>&1
27 */4 * * * node /scripts/jd_cash.js >> /scripts/logs/jd_cash.log 2>&1
# 京喜app签到
39 7 * * * node /scripts/jx_sign.js >> /scripts/logs/jx_sign.log 2>&1
# 京东家庭号(暂不知最佳cron)