Skip to content
Snippets Groups Projects
Commit af48eeea authored by ynerant's avatar ynerant
Browse files

Activities refresh should not be commented in cron file

parent c503e77b
No related branches found
No related tags found
1 merge request!113Fix note pictures, better ansible
Pipeline #8656 passed with warnings with stages
in 10 minutes and 19 seconds
......@@ -11,7 +11,7 @@
# Vérifier la cohérence de la base et mailer en cas de problème
00 4 * * * root cd /var/www/note_kfet && env/bin/python manage.py check_consistency --sum-all --check-all --mail
# Mettre à jour le wiki (modification sans (dé)validation, activités passées)
#30 5 * * * root cd /var/www/note_kfet && env/bin/python manage.py refresh_activities --raw --comment refresh --wiki
30 5 * * * root cd /var/www/note_kfet && env/bin/python manage.py refresh_activities --raw --comment refresh --wiki
# Spammer les gens en négatif
00 5 * * 2 root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --spam
# Envoyer le rapport mensuel aux trésoriers et respos info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment