Skip to content

Commit

Permalink
Name tvector tile cache jobs according to zoom levels
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Jul 18, 2024
1 parent 44cd52d commit 5710a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tasks/static_vector_tile_cache_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async def static_vector_tile_cache_asset(
tile_cache_jobs.append(
TileCacheJob(
dataset=dataset,
job_name="create_vector_tile_cache",
job_name=f"vector_tile_cache_zoom_{str(where_filter.min_zoom)}-{where_filter.max_zoom}",
command=command,
parents=[export_ndjson.job_name],
environment=report_vars,
Expand Down

0 comments on commit 5710a0b

Please sign in to comment.