Skip to content

Commit

Permalink
remove default dimension tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 15, 2024
1 parent ce7b213 commit 031d86d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/geomet-mapproxy.cron.d
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ MAILTO=""
# =================================================================
# every minute, refresh geomet-mapproxy config with GeoMet-Weather cache XML
* * * * * geoadm geomet-mapproxy config update --mode xml
# every minute, remove cache directories of default dimension tiles
* * * * * geoadm /bin/rm -fr $GEOMET_MAPPROXY_CACHE_DATA/*/??
# every day at 0300h, clear cache
0 3 * * * geoadm geomet-mapproxy cache clean --layers=all --force
2 changes: 2 additions & 0 deletions deploy/nightly/geomet-mapproxy.cron.d
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# every minute, refresh geomet-mapproxy config with GeoMet-Weather via GeoMet-Weather nightly WMS
* * * * * /usr/local/bin/geomet-mapproxy config update
# every minute, remove cache directories of default dimension tiles
* * * * * /bin/rm -fr $GEOMET_MAPPROXY_CACHE_DATA/*/??
# every day at 0300h, clear cache
0 3 * * * /usr/local/bin/geomet-mapproxy cache clean --layers=all --force

0 comments on commit 031d86d

Please sign in to comment.