mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-10-31 15:50:03 +01:00 
			
		
		
		
	Fix refresh activities cron
This commit is contained in:
		 Submodule apps/scripts updated: 69c5c3bb36...4f5a794798
									
								
							
							
								
								
									
										10
									
								
								note.cron
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								note.cron
									
									
									
									
									
								
							| @@ -3,20 +3,20 @@ | ||||
|  | ||||
| # m  h   dom mon dow     user   command | ||||
| # Envoyer les mails en attente | ||||
|  *   *     *   *   *     root   cd /var/www/note_kfet && env/bin/python manage.py send_mail >> /var/www/note_kfet/cron_mail.log | ||||
|  *   *     *   *   *     root   cd /var/www/note_kfet && env/bin/python manage.py retry_deferred >> /var/www/note_kfet/cron_mail_deferred.log | ||||
|  00  0     *   *   *     root   cd /var/www/note_kfet && env/bin/python manage.py purge_mail_log 7 >> /var/www/note_kfet/cron_mail_purge.log | ||||
|  *   *     *   *   *     root   cd /var/www/note_kfet && env/bin/python manage.py send_mail | ||||
|  *   *     *   *   *     root   cd /var/www/note_kfet && env/bin/python manage.py retry_deferred | ||||
|  00  0     *   *   *     root   cd /var/www/note_kfet && env/bin/python manage.py purge_mail_log 7 | ||||
| # Faire une sauvegarde de la base de données | ||||
|  00  2     *   *   *     root   cd /var/www/note_kfet && apps/scripts/shell/backup_db | ||||
| # 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 | ||||
| #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 | ||||
|  00  8     6   *   *     root   cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --report | ||||
| # Envoyer les rapports aux gens | ||||
|  55  6     *   *   *     root   cd /var/www/note_kfet && env/bin/python manage.py send_reports | ||||
| # Envoyer les rapports aux gens | ||||
| # Mettre à jour les boutons mis en avant | ||||
|  00  9     *   *   *     root   cd /var/www/note_kfet && env/bin/python manage.py refresh_highlighted_buttons | ||||
|   | ||||
		Reference in New Issue
	
	Block a user