docker crontab_list.sh和 crontab_list_ts.sh添加京喜工厂脚本

This commit is contained in:
lxk0301
2020-11-20 16:16:48 +08:00
parent 7a2b483127
commit 7d192f2b1f
3 changed files with 7 additions and 1 deletions

View File

@ -55,3 +55,6 @@
12 13 * * * node /scripts/jd_pigPet.js >> /scripts/logs/jd_pigPet.log 2>&1
# 点点券
20 0,20 * * * node /scripts/jd_necklace.js >> /scripts/logs/jd_necklace.log 2>&1
# 京喜工厂
20 * * * * node /scripts/jd_dreamFactory.js >> /scripts/logs/jd_dreamFactory.log 2>&1

View File

@ -54,4 +54,6 @@
# 金融养猪
12 * * * * node /scripts/jd_pigPet.js |ts >> /scripts/logs/jd_pigPet.log 2>&1
# 点点券
20 0,20 * * * node /scripts/jd_necklace.js |ts >> /scripts/logs/jd_necklace.log 2>&1
20 0,20 * * * node /scripts/jd_necklace.js |ts >> /scripts/logs/jd_necklace.log 2>&1
# 京喜工厂
20 * * * * node /scripts/jd_dreamFactory.js |ts >> /scripts/logs/jd_dreamFactory.log 2>&1

View File

@ -1,5 +1,6 @@
/*
京东京喜工厂
cron 15 * * * * https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_dreamFactory.js
*/