Matrix cron is buggy

This commit is contained in:
Yohann D'ANELLO 2021-03-28 20:08:00 +02:00
parent 13414ee0c5
commit 35863c4bda
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -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