dailycheckin/docker/crontab_list.sh
2020-12-12 10:41:33 +08:00

16 lines
671 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#必须要的默认定时任务请勿删除
52 */1 * * * sh /dailycheckin/docker/default_task.sh >> /dailycheckin/logs/default_task.log 2>&1
# 每 3 天的 23:50 分清理一次日志
50 23 */3 * * rm -rf /dailycheckin/logs/*.log
##############每日签到一次任务##############
# 每日签到(845 执行一次)
45 8 * * * python /dailycheckin/index.py >> /dailycheckin/logs/dailycheckin.log 2>&1
##############每日签到定时任务##############
# 企鹅读书
*/11 * * * * python /dailycheckin/index.py qqread >> /dailycheckin/logs/qqread.log 2>&1
# 喜马拉雅极速版
*/30 * * * * python /dailycheckin/index.py xmly >> /dailycheckin/logs/xmly.log 2>&1