mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-30 03:11:11 +02:00
Clone Corres2math platform
This commit is contained in:
8
tfjm.cron
Normal file
8
tfjm.cron
Normal file
@ -0,0 +1,8 @@
|
||||
# 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
|
||||
|
||||
# Rebuild search index
|
||||
0 * * * * cd /code && python manage.py update_index -v 0
|
Reference in New Issue
Block a user