14 lines
470 B
Text
14 lines
470 B
Text
# Every 4 hours
|
|
0 */4 * * * root /bin/bash __BASEDIR__/maintenance.sh rebuild_catalog
|
|
|
|
# Everyday at 01:30 UTC
|
|
30 1 * * * root /bin/bash __BASEDIR__/maintenance.sh autoupdate_app_sources
|
|
|
|
# Every friday at 6 PM UTC
|
|
0 17 * * 5 root /bin/bash __BASEDIR__/maintenance.sh update_app_levels
|
|
|
|
# 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
|