1
0
Fork 0
ynh-apps_tools/cron

15 lines
470 B
Text
Raw Normal View History

2024-02-15 17:15:08 +01:00
# Every 4 hours
0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh rebuild_catalog
2024-02-15 17:15:08 +01:00
2024-03-13 00:49:55 +01:00
# Everyday at 01:30 UTC
30 1 * * * root /bin/bash __BASEDIR__/maintenance.sh autoupdate_app_sources
2024-02-15 17:15:08 +01:00
2024-03-13 00:49:55 +01:00
# 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 day at 2AM
0 2 * * * root /bin/bash __BASEDIR__/maintenance.sh fetch_level_history