cron jobs

This commit is contained in:
Zsolt Ero
2024-08-29 00:40:51 +02:00
parent 43c9f31f03
commit 3d83e0809e
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
# every hour, make a monaco run
10 * * * * ofm sudo /data/ofm/venv/bin/python -u /data/ofm/tile_gen/bin/tile_gen.py make-tiles monaco --upload >> /data/ofm/tile_gen/logs/monaco-cron.log 2>&1
# debug, once per minute create indexes
# * * * * * ofm sudo /data/ofm/venv/bin/python -u /data/ofm/tile_gen/bin/tile_gen.py make-indexes >> /data/ofm/tile_gen/logs/debug-cron.log 2>&1