0 3 * * * /opt/charter-live/local_backup.sh >> /opt/charter-live/logs/backup.log 2>&1
*/5 * * * * pkill -9 -f uptime_check.py; sleep 1; PYTHONPATH=/opt/charter-live timeout 60 sudo -u charter /usr/bin/python3 /opt/charter-live/uptime_check.py >> /opt/charter-live/logs/uptime_check_cron.log 2>&1
*/1 0-6 * * * /opt/charter-live/vps_failover.sh >> /opt/charter-live/logs/vps_failover_cron.log 2>&1
0 23 * * 0 cd /opt/charter-live/live_deploy_v2 && /opt/charter/venv/bin/python -u weekly_diagnostic.py --days 7 >> /opt/charter-live/live_deploy_v2/logs/weekly_diag_cron.log 2>&1
