1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

cron: update dashboard every 2 hours

This commit is contained in:
Salamandar 2024-06-21 16:19:16 +02:00 committed by Salamandar
parent 0110bbfb3d
commit 546ca50496

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