mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 01:32:05 +01:00 
			
		
		
		
	Fix sympa lists and matrix channels in the cron
This commit is contained in:
		@@ -1,8 +1,14 @@
 | 
				
			|||||||
# min   hour    day     month   weekday command
 | 
					# min   hour    day     month   weekday command
 | 
				
			||||||
# Envoyer les mails en attente
 | 
					# Send pending mails
 | 
				
			||||||
*       *       *       *       *       cd /code && python manage.py send_mail -c 1
 | 
					*       *       *       *       *       cd /code && python manage.py send_mail -c 1
 | 
				
			||||||
*       *       *       *       *       cd /code && python manage.py retry_deferred -c 1
 | 
					*       *       *       *       *       cd /code && python manage.py retry_deferred -c 1
 | 
				
			||||||
0       0       *       *       *       cd /code && python manage.py purge_mail_log 7 -c 1
 | 
					0       0       *       *       *       cd /code && python manage.py purge_mail_log 7 -c 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Rebuild search index
 | 
					# Rebuild search index
 | 
				
			||||||
0       *       *       *       *       cd /code && python manage.py update_index -v 0
 | 
					0       *       *       *       *       cd /code && python manage.py update_index -v 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Recreate sympa lists
 | 
				
			||||||
 | 
					*/6     *       *       *       *       cd /code && python manage.py fix_sympa_lists &> /dev/null
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Update matrix channels
 | 
				
			||||||
 | 
					*/6     *       *       *       *       cd /code && python manage.py fix_matrix_channels &> /dev/null
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user