sogis / docker-mapcache

Docker image for MapCache WMTS. Image is available at https://hub.docker.com/r/sogis/docker-mapcache.
MIT License
0 stars 3 forks source link

Cron Job: `concurrencyPolicy` richtig setzen #15

Closed schmandr closed 2 years ago

schmandr commented 6 years ago

concurrencyPolicy auf forbid ("forbids concurrent runs, skipping the next run if the previous has not finished yet") oder replace ("cancels the currently running job and replaces it with a new one") setzen. Jetzt ist es gar nicht gesetzt und dadurch auf dem Standard allow ("allows Cron Jobs to run concurrently").

Doku siehe https://docs.openshift.com/container-platform/3.7/dev_guide/cron_jobs.html#creating-a-cronjob.

Hängt irgendwie auch mit https://github.com/sogis/docker-mapcache/issues/6 zusammen.

schmandr commented 2 years ago

Ist auf Forbid gesetzt: https://github.com/sogis/openshift-templates/blob/6b445253be7bb3fa2e46cd59e9e726def99d854f/mapcache/mapcache.yaml#L125