Skip to content

Commit

Permalink
Update name for tiler cache jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 22, 2024
1 parent c9bcdc7 commit cdc3e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/tiler-cache-sqs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_active_jobs_count():
def create_kubernetes_job(file_url, file_name):
"""Create a Kubernetes Job to process a file."""
config_map_name = f"{ENVIRONMENT}-tiler-server-cm"
job_name = f"tiler-purge-seed-{file_name}"
job_name = f"{ENVIRONMENT}-tiler-cache-purge-seed-{file_name}"
job_manifest = {
"apiVersion": "batch/v1",
"kind": "Job",
Expand Down

0 comments on commit cdc3e8b

Please sign in to comment.