forked from dbca-wa/mooringlicensing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcron
4 lines (4 loc) · 722 Bytes
/
cron
1
2
3
4
30 2 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_ml.py cron_tasks > logs/run_cron_tasks.log 2>&1
*/10 * * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_ml.py export_to_mooring_booking_cron_task > logs/run_export_to_mooring_booking_cron_task.log 2>&1
10 4 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_ml.py runcrons > logs/runcrons.log 2>&1
30 3 * * 4 root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_ml.py clearsessions > logs/clearsessions.log 2>&1