Skip to content

Commit

Permalink
Merge pull request #404 from OpenHistoricalMap/tiler-server/cache
Browse files Browse the repository at this point in the history
Allow the job to retry up to 3 times
  • Loading branch information
Rub21 authored Nov 26, 2024
2 parents 7e34652 + c7aaf82 commit 2639c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/tiler-cache/purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def create_kubernetes_job(file_url, file_name):
"restartPolicy": "Never",
}
},
"backoffLimit": 0,
"backoffLimit": 3,
},
}

Expand Down

0 comments on commit 2639c12

Please sign in to comment.