forked from dbca-wa/disturbance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcron
5 lines (5 loc) · 890 Bytes
/
cron
1
2
3
4
5
#* * * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_ds.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_ds.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_ds.py runcrons > logs/runcrons.log 2>&1
20 9 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_ds.py bpoint_ledger_payment_audit_report >> logs/bpoint_ledger_payment_audit_report.log 2>&1
10 9 * * 0 root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_ds.py appmonitor_check >> logs/appmonitor_check.log 2>&1