Increase cron delay
This commit is contained in:
parent
8fc99803c1
commit
99a2134a57
|
@ -8,10 +8,10 @@
|
|||
0 * * * * cd /code && python manage.py update_index -v 0
|
||||
|
||||
# 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
|
||||
*/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
|
||||
*/6 * * * * cd /code && python manage.py check_hello_asso &> /dev/null
|
||||
|
|
Loading…
Reference in New Issue