cron fixes

This commit is contained in:
Zsolt Ero
2024-09-12 00:59:26 +02:00
parent 5deab8aafd
commit 0b4591ca60
3 changed files with 6 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ LOG_DIR=/data/ofm/tile_gen/logs
10 0 * * 3 ofm $CMD make-tiles planet --upload >> $LOG_DIR/planet-make-tiles.log 2>&1
# every Saturday at 8:00, set planet to latest
0 11 * * 6 ofm $CMD set-version monaco >> $LOG_DIR/monaco-set-version.log 2>&1
0 11 * * 6 ofm $CMD set-version planet >> $LOG_DIR/planet-set-version.log 2>&1
# once per minute, create indexes
* * * * * ofm $CMD make-indexes >> $LOG_DIR/make-indexes-cron.log 2>&1