Skip to content

Commit

Permalink
Merge pull request #410 from OpenHistoricalMap/tiler/purge
Browse files Browse the repository at this point in the history
Disable seed tiler in production
  • Loading branch information
Rub21 authored Nov 26, 2024
2 parents abf68f7 + c81abee commit 6e09654
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,10 @@ ohm:
NODEGROUP_TYPE: web_large # Nodegroup type to run the job
MAX_ACTIVE_JOBS: 10 # Maximum number of active jobs in high concurrency queue
DELETE_OLD_JOBS_AGE: 3600 # 1 hours
EXECUTE_PURGE: 'true'
EXECUTE_SEED: 'false'
PURGE_CONCURRENCY: 16
SEED_CONCURRENCY: 16
PURGE_MIN_ZOOM: 8
PURGE_MAX_ZOOM: 17 # Purging zoom 18,19,20 takes hours to complete,we are going to remove direct from s3 the tiles for zoom 19-20
SEED_MIN_ZOOM: 8
Expand Down

0 comments on commit 6e09654

Please sign in to comment.