diff --git a/values.production.template.yaml b/values.production.template.yaml index 75cc4e83..169c930b 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -932,16 +932,20 @@ ohm: DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.1880.h0f4c894 # TODO, this should be automatically updated from tiler server image SQS_QUEUE_URL: {{PRODUCTION_SQS_QUEUE_URL}} NODEGROUP_TYPE: web_large # Nodegroup type to run the job - MAX_ACTIVE_JOBS: 10 # Maximum number of active jobs in high concurrency queue + # Maximum number of active jobs in high concurrency queue + MAX_ACTIVE_JOBS: 10 DELETE_OLD_JOBS_AGE: 60 # 1 hours - EXECUTE_PURGE: 'true' - EXECUTE_SEED: 'false' - PURGE_CONCURRENCY: 16 - SEED_CONCURRENCY: 16 - PURGE_MIN_ZOOM: 8 + ## Execute purging + EXECUTE_PURGE: true + PURGE_CONCURRENCY: 64 + PURGE_MIN_ZOOM: 7 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 + ## Execute seeding + EXECUTE_SEED: true + SEED_CONCURRENCY: 64 + SEED_MIN_ZOOM: 7 SEED_MAX_ZOOM: 14 + ## Remove tiles from s3 for zoom levels ZOOM_LEVELS_TO_DELETE: 18,19,20 S3_BUCKET_CACHE_TILER: tiler-cache-production S3_BUCKET_PATH_FILES: mnt/data/osm