-
Notifications
You must be signed in to change notification settings - Fork 14
/
cron
6 lines (6 loc) · 1 KB
/
cron
1
2
3
4
5
6
#* * * * * 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
# bpoint_ledger_payment_audit_report is now run from https://ledger.dbca.wa.gov.au/ledger/payments/oracle/payment-totals?system_id=0557
#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
10 9 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_co.py appmonitor_check >> logs/appmonitor_check.log 2>&1