1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2024-12-05 01:26:54 +00:00
plateforme-corres2math/corres2math.cron
2020-09-22 19:37:37 +02:00

6 lines
343 B
Plaintext

# min hour day month weekday command
# Envoyer les mails en attente
* * * * * cd /code && python manage.py send_mail -c 1
* * * * * cd /code && python manage.py retry_deferred -c 1
0 0 * * * cd /code && python manage.py purge_mail_log 7 -c 1