forked from dbca-wa/commercialoperator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcron
More file actions
4 lines (4 loc) · 712 Bytes
/
cron
File metadata and controls
4 lines (4 loc) · 712 Bytes
1
2
3
4
#* * * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_co.py system_maintenance_check > /dev/null 2>&1
0 2 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_co.py cron_tasks > logs/run_cron_tasks.log 2>&1
10 4 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_co.py runcrons > logs/runcrons.log 2>&1
25 9 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_co.py bpoint_ledger_payment_audit_report >> logs/bpoint_ledger_payment_audit_report.log 2>&1