Skip to content

Commit

Permalink
cron: update dashboard every 2 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Jun 21, 2024
1 parent 0110bbf commit 546ca50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cron
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Every friday at 6 PM UTC
0 17 * * 5 root /bin/bash __BASEDIR__/maintenance.sh update_app_levels

# Every 6 hours
0 */6 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_main_dashboard
# Every 2 hours
0 */2 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_main_dashboard

# Every day at 2AM
0 2 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_level_history

0 comments on commit 546ca50

Please sign in to comment.