# stale task cleanup - 매시간 실행 0 * * * * bash /home/jay/workspace/scripts/cleanup-stale-tasks.sh # canary test - 매일 오전 9시 실행 0 9 * * * python3 /home/jay/workspace/scripts/canary-test.py >> /home/jay/workspace/logs/canary-test.log 2>&1 # weekly report - 매주 월요일 오전 8시 실행 0 8 * * 1 python3 /home/jay/workspace/scripts/weekly-report.py >> /home/jay/workspace/logs/weekly-report.log 2>&1