From e3c216e44e39d520df7b169753a35f8a3f0433e1 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Sun, 9 Mar 2025 11:54:37 +0100 Subject: [PATCH] Update crons --- tfjm.cron | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tfjm.cron b/tfjm.cron index 6155290..62e24a9 100644 --- a/tfjm.cron +++ b/tfjm.cron @@ -11,15 +11,13 @@ 7 3 * * * cd /code && python manage.py fix_sympa_lists &> /dev/null # Check payments from Hello Asso -*/6 * * * * cd /code && python manage.py check_hello_asso &> /dev/null -# Send reminders for payments -30 6 * * 1 cd /code && python manage.py remind_payments &> /dev/null +*/30 * * 03-05 * cd /code && python manage.py check_hello_asso -v 0 -# Check notation sheets every 15 minutes from 08:00 to 23:00 on fridays to mondays in april and may -# */15 8-23 * 4-5 5,6,7,1 cd /code && python manage.py parse_notation_sheets -v 0 +# Send reminders for payments +30 6 * 03-05 1 cd /code && python manage.py remind_payments -v 0 # Update Google Drive notifications daily -0 0 * * * cd /code && python manage.py renew_gdrive_notifications &> /dev/null +0 0 * * * cd /code && python manage.py renew_gdrive_notifications -v 0 # Clean temporary files 30 * * * * rm -rf /tmp/*