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