上一个pr增加了随机时间运行docker_entrypoint,故不再需要该任务

This commit is contained in:
AboutCXJ
2021-01-29 16:37:42 +08:00
committed by Gitee
parent 5fa86ae809
commit c8dd74948d

View File

@ -1,5 +1,3 @@
#必须要的默认定时任务请勿删除
52 */1 * * * docker_entrypoint.sh >> /scripts/logs/default_task.log 2>&1
# 每3天的23:50分清理一次日志
50 23 */3 * * rm -rf /scripts/logs/*.log