Files
lijiaoqiao/scripts/auto_review/crontab_config

11 lines
674 B
Plaintext
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.
#===============================================================================
# 自动化Review Cron配置
#===============================================================================
# 使用方法crontab -e 并添加以下行
# 每3小时执行一次review0点、3点、6点、9点、12点、15点、18点、21点
0 */3 * * * /home/long/project/立交桥/scripts/auto_review/review.sh hourly >> /home/long/project/立交桥/logs/auto_review/cron.log 2>&1
# 每天凌晨3点执行全面review并更新知识库
0 3 * * * /home/long/project/立交桥/scripts/auto_review/review.sh daily >> /home/long/project/立交桥/logs/auto_review/cron_daily.log 2>&1