1
0
Fork 0

cron: update dashboard every 2 hours

This commit is contained in:
Félix Piédallu 2024-06-21 16:19:16 +02:00 committed by Salamandar
parent 8f48b5008d
commit a21f722f7e

4
cron
View file

@ -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