Skip to content

Commit

Permalink
update scheduling of collect stats from matomo tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Nov 15, 2024
1 parent 3784a8f commit e850716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clevercloud/cron.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
"*/10 * * * * $ROOT/clevercloud/rebuild_index.sh",
"0 2 * * * $ROOT/clevercloud/collect_daily_matomo_stats.sh",
"5 2 * * * $ROOT/clevercloud/collect_daily_django_stats.sh",
"10 2 1 * * $ROOT/clevercloud/collect_monthly_matomo_stats.sh",
"15 2 * * 1 $ROOT/clevercloud/collect_weekly_matomo_forum_stats.sh",
"0 7 * * * $ROOT/clevercloud/collect_daily_matomo_stats.sh",
"5 7 * * * $ROOT/clevercloud/collect_daily_django_stats.sh",
"10 7 1 * * $ROOT/clevercloud/collect_monthly_matomo_stats.sh",
"15 7 * * 1 $ROOT/clevercloud/collect_weekly_matomo_forum_stats.sh",
"*/15 7-21 * * * $ROOT/clevercloud/send_notifications_regular.sh",
"20 6 * * * $ROOT/clevercloud/send_notifications_daily.sh",
"10 6-22 * * * $ROOT/clevercloud/add_user_to_list_when_register.sh",
Expand Down

0 comments on commit e850716

Please sign in to comment.