Skip to content

Commit

Permalink
Update concurrency for tiler seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 12, 2024
1 parent 73220fb commit 2cae2b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/web/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2cae2b4

Please sign in to comment.