back to daily monaco runs

This commit is contained in:
Zsolt Ero
2024-09-12 14:06:16 +02:00
parent 3bfa83a10c
commit a346ef347e
2 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ def sync(force):
On a new server this also takes care of everything, no need to run anything manually. On a new server this also takes care of everything, no need to run anything manually.
""" """
print(f'---\n{now}\nStarting full_sync') print(f'---\n{now}\nStarting sync')
full_sync(force) full_sync(force)

View File

@@ -3,10 +3,10 @@ CMD="sudo /data/ofm/venv/bin/python -u /data/ofm/tile_gen/bin/tile_gen.py"
LOG_DIR=/data/ofm/tile_gen/logs LOG_DIR=/data/ofm/tile_gen/logs
# every day at 2:10, make a monaco run # every day at 2:10, make a monaco run
#10 2 * * * ofm $CMD make-tiles monaco --upload >> $LOG_DIR/monaco-make-tiles.log 2>&1 10 2 * * * ofm $CMD make-tiles monaco --upload >> $LOG_DIR/monaco-make-tiles.log 2>&1
# debug every 15 minutes # debug every 15 minutes
*/15 * * * * ofm $CMD make-tiles monaco --upload >> $LOG_DIR/monaco-make-tiles.log 2>&1 #*/15 * * * * ofm $CMD make-tiles monaco --upload >> $LOG_DIR/monaco-make-tiles.log 2>&1
# every minute, set monaco to latest # every minute, set monaco to latest
* * * * * ofm $CMD set-version monaco >> $LOG_DIR/monaco-set-version.log 2>&1 * * * * * ofm $CMD set-version monaco >> $LOG_DIR/monaco-set-version.log 2>&1