diff --git a/images/web/start.sh b/images/web/start.sh index 69a1f705..a47d8731 100755 --- a/images/web/start.sh +++ b/images/web/start.sh @@ -76,7 +76,7 @@ while "$flag" = true; do time bundle exec rake i18n:js:export assets:precompile # Since leaflet-ohm-timeslider.css points directly to the svg files, they need to be copied to the public/assets directory. - cp $workdir/public/leaflet-ohm-timeslider-v2/assets/* $$workdir/public/assets/ + cp $workdir/public/leaflet-ohm-timeslider-v2/assets/* $workdir/public/assets/ bundle exec rails db:migrate diff --git a/values.production.template.yaml b/values.production.template.yaml index ef436f08..fb01e719 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -934,7 +934,7 @@ ohm: NODEGROUP_TYPE: web_large # Nodegroup type to run the job # Maximum number of active jobs in high concurrency queue MAX_ACTIVE_JOBS: 10 - DELETE_OLD_JOBS_AGE: 60 # 1 hours + DELETE_OLD_JOBS_AGE: 7200 # 2 hours ## Execute purging EXECUTE_PURGE: true PURGE_CONCURRENCY: 64 @@ -967,9 +967,9 @@ ohm: enabled: true schedule: '0 */6 * * *' env: - GEOJSON_URL: https://osmseed-dev.s3.us-east-1.amazonaws.com/tiler/wold-usa-eu.geojson + GEOJSON_URL: https://osmseed-dev.s3.us-east-1.amazonaws.com/tiler/usa-eu-lat-afr.geojson ZOOM_LEVELS: '7,8,9,10' - CONCURRENCY: 32 + CONCURRENCY: 128 S3_BUCKET: osmseed-dev OUTPUT_FILE: /logs/tiler_benchmark.log resources: