Increase cron delay

This commit is contained in:
Yohann D'ANELLO 2021-03-15 09:35:42 +01:00
parent 8fc99803c1
commit 99a2134a57
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@
0 * * * * cd /code && python manage.py update_index -v 0 0 * * * * cd /code && python manage.py update_index -v 0
# Recreate sympa lists # Recreate sympa lists
*/6 * * * * cd /code && python manage.py fix_sympa_lists &> /dev/null */2 * * * * cd /code && python manage.py fix_sympa_lists &> /dev/null
# Update matrix channels # Update matrix channels
*/6 * * * * cd /code && python manage.py fix_matrix_channels &> /dev/null 03 * * * * cd /code && python manage.py fix_matrix_channels &> /dev/null
# Check payments from Hello Asso # Check payments from Hello Asso
*/6 * * * * cd /code && python manage.py check_hello_asso &> /dev/null */6 * * * * cd /code && python manage.py check_hello_asso &> /dev/null