From c81abeec4738fa6ab041bfd85d030007f80e1325 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Tue, 26 Nov 2024 11:51:37 -0500 Subject: [PATCH] Disable seed tiler in production --- values.production.template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/values.production.template.yaml b/values.production.template.yaml index 4b758e8e..0288b65f 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -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