mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 05:42:23 +00:00
Matrix cron is buggy
This commit is contained in:
parent
13414ee0c5
commit
35863c4bda
@ -11,7 +11,7 @@
|
||||
*/2 * * * * cd /code && python manage.py fix_sympa_lists &> /dev/null
|
||||
|
||||
# Update matrix channels
|
||||
03 * * * * cd /code && python manage.py fix_matrix_channels &> /dev/null
|
||||
03 */6 * * * cd /code && python manage.py fix_matrix_channels &> /dev/null
|
||||
|
||||
# Check payments from Hello Asso
|
||||
*/6 * * * * cd /code && python manage.py check_hello_asso &> /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user