There was an error while loading. Please reload this page.
1 parent 040a3ed commit 9ef58b2Copy full SHA for 9ef58b2
1 file changed
cron
@@ -4,3 +4,5 @@
4
# bpoint_ledger_payment_audit_report is now run from https://ledger.dbca.wa.gov.au/ledger/payments/oracle/payment-totals?system_id=0557
5
#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
6
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
7
+# Log Rotate
8
+1 0 * * * /bin/log_rotate.sh >> /app/logs/log_rotate.log 2>&1
0 commit comments