forked from dbca-wa/park-passes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcron
4 lines (4 loc) · 716 Bytes
/
cron
1
2
3
4
0 3 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage.py cron_tasks >> logs/cronjob.log 2>&1
0 8 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage.py voucher_send_notification_emails >> logs/cronjob.log 2>&1
0 0 1 * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage.py retailers_generate_monthly_invoices >> logs/cronjob.log 2>&1
0 4 * * MON root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage.py pass_send_no_primary_card_for_autorenewal >> logs/cronjob.log 2>&1