Skip to content

Commit

Permalink
东东工厂,不是京喜工厂
Browse files Browse the repository at this point in the history
目前不知免费产生的电量瓶颈是多少。
故建议5小时运行一次
开会员任务和去京东首页点击“数码电器任务目前未做
不会每次运行脚本都投入电力
只有当心仪的商品存在,并且收集起来的电量满足当前商品所需电力,才投入
  • Loading branch information
lxk0301 committed Nov 25, 2020
1 parent 24c3969 commit 064f13e
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docker/crontab_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@
# 京喜工厂
20 * * * * node /scripts/jd_dreamFactory.js >> /scripts/logs/jd_dreamFactory.log 2>&1
# 东东小窝
16 6 * * * node /scripts/jd_small_home.js >> /scripts/logs/jd_small_home.log 2>&1
16 6 * * * node /scripts/jd_small_home.js >> /scripts/logs/jd_small_home.log 2>&1
# 东东工厂
36 2 * * * node /scripts/jd_jdfactory.js >> /scripts/logs/jd_jdfactory.log 2>&1
4 changes: 3 additions & 1 deletion docker/crontab_list_ts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@
# 京喜工厂
20 * * * * node /scripts/jd_dreamFactory.js |ts >> /scripts/logs/jd_dreamFactory.log 2>&1
# 东东小窝
16 6 * * * node /scripts/jd_small_home.js |ts >> /scripts/logs/jd_small_home.log 2>&1
16 6 * * * node /scripts/jd_small_home.js |ts >> /scripts/logs/jd_small_home.log 2>&1
# 东东工厂
36 2 * * * node /scripts/jd_jdfactory.js |ts >> /scripts/logs/jd_jdfactory.log 2>&1
Loading

0 comments on commit 064f13e

Please sign in to comment.