Skip to content
Snippets Groups Projects
Commit 86838c28 authored by Simon Künzel's avatar Simon Künzel
Browse files

Don't allow kubernetes to retry job

parent 06b6e161
Branches
Tags v2.0.4
No related merge requests found
Pipeline #7604 passed
Pipeline: backend

#7606

    ......@@ -182,7 +182,7 @@ https://github.com/kubernetes-client/python?tab=readme-ov-file#compatibility-mat
    },
    "spec": job_spec
    },
    "backoffLimit": 2 # This means 3 Pods can be spawned
    "backoffLimit": 0 # This means only 1 pod can be spawned
    }
    }
    if metadata.on_workload_node:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment