mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-02-06 10:53:02 +00:00
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user