提交 473110ab 作者: 429287088

修复Day定时任务问题,执行改成main

上级 43563da1
...@@ -37,7 +37,7 @@ services: ...@@ -37,7 +37,7 @@ services:
dp-task: dp-task:
image: registry.cn-hangzhou.aliyuncs.com/weisanyun/task:alpine image: registry.cn-hangzhou.aliyuncs.com/weisanyun/task:alpine
environment: environment:
TASK_CNF: 0 0 * * * wget -q --spider 'http://dp-app/task/index/day_task'\n0 0 1 * * wget -q --spider 'http://dp-app/task/index/month_task'\n0 0 * * * wget -q --spider 'http://dp-app/autotask/Day/auto_collect_goods'\n0 * * * * wget -q --spider 'http://dp-app/autotask/hour/main' TASK_CNF: 0 0 * * * wget -q --spider 'http://dp-app/task/index/day_task'\n0 0 1 * * wget -q --spider 'http://dp-app/task/index/month_task'\n0 0 * * * wget -q --spider 'http://dp-app/autotask/Day/main'\n0 * * * * wget -q --spider 'http://dp-app/autotask/hour/main'
stdin_open: true stdin_open: true
tty: true tty: true
labels: labels:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论