Skip to content

Commit

Permalink
chore: replanification des tâches matomo (#807)
Browse files Browse the repository at this point in the history
## Description

🎸 décaler d'une heure, les appels à l'api matomo, pour éviter les `time
out` (#801)

## Type de changement

🪲 Correction de bug (changement non cassant qui corrige un problème).
🚧 technique
  • Loading branch information
vincentporte authored Nov 8, 2024
1 parent 3203a11 commit e810fb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clevercloud/cron.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
"0 3 * * 0 $ROOT/clevercloud/extract_tables.sh",
"*/10 * * * * $ROOT/clevercloud/rebuild_index.sh",
"0 5 * * * $ROOT/clevercloud/collect_daily_matomo_stats.sh",
"3 5 * * * $ROOT/clevercloud/collect_daily_django_stats.sh",
"5 5 1 * * $ROOT/clevercloud/collect_monthly_matomo_stats.sh",
"8 5 * * 1 $ROOT/clevercloud/collect_weekly_matomo_forum_stats.sh",
"0 6 * * * $ROOT/clevercloud/collect_daily_matomo_stats.sh",
"5 6 * * * $ROOT/clevercloud/collect_daily_django_stats.sh",
"10 6 1 * * $ROOT/clevercloud/collect_monthly_matomo_stats.sh",
"15 6 * * 1 $ROOT/clevercloud/collect_weekly_matomo_forum_stats.sh",
"*/15 7-21 * * * $ROOT/clevercloud/send_notifications_regular.sh",
"5 6 * * * $ROOT/clevercloud/send_notifications_daily.sh",
"20 6 * * * $ROOT/clevercloud/send_notifications_daily.sh",
"10 6-22 * * * $ROOT/clevercloud/add_user_to_list_when_register.sh",
"30 13 * * 1 $ROOT/clevercloud/send_notifs_on_unanswered_topics_list.sh 8",
"30 13 * * 2 $ROOT/clevercloud/send_notifs_on_unanswered_topics_list.sh 9",
Expand Down

0 comments on commit e810fb9

Please sign in to comment.