Skip to content

Commit

Permalink
CongJob every 24 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 25, 2024
1 parent 0eb393b commit b8134c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ ohm:
REGION_NAME: us-east-1
NAMESPACE: default # Namespace to run the job
DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.1741.h7dadda7 # TODO, this should be automatically updated from tiler server image
SQS_QUEUE_URL: {{STAGING_SQS_QUEUE_URL}}
SQS_QUEUE_URL: {{RODUCTION_SQS_QUEUE_URL}}
NODEGROUP_TYPE: tiler_medium # Nodegroup type to run the job
MAX_ACTIVE_JOBS: 10 # Maximum number of active jobs in high concurrency queue
DELETE_OLD_JOBS_AGE: 14400 # 4 hours
Expand All @@ -948,7 +948,7 @@ ohm:
# Tiler seed by default is giong to seet tiles from 0-6 zoom level
tilerCacheSeed:
enabled: true
schedule: '0 * * * *' # Every hour
schedule: '0 */24 * * *' # Every 24 hours
env:
GEOJSON_URL: https://osmseed-dev.s3.us-east-1.amazonaws.com/tiler/wold-usa-eu.geojson
ZOOM_LEVELS: '7,8,9'
Expand Down

0 comments on commit b8134c1

Please sign in to comment.