Hi Team We have a situation in prefect , getting e...
# ask-community
b
Hi Team We have a situation in prefect , getting error like below
Copy code
Submission failed. kubernetes.client.exceptions.ApiException: (409) Reason: Conflict HTTP response headers: HTTPHeaderDict({'Audit-Id': '16630429-5a3b-4b61-8982-b17579132a53', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Retry-After': '1', 'Warning': '299 - "unknown field \\"spec.template.spec.completions\\"", 299 - "unknown field \\"spec.template.spec.parallelism\\""', 'X-Kubernetes-Pf-Flowschema-Uid': '1fab63ac-b72a-4bfe-b955-ffa6076a5dc7', 'X-Kubernetes-Pf-Prioritylevel-Uid': '809a8dcb-4070-470a-b1fd-da4759d07917', 'Date': 'Thu, 13 Mar 2025 00:21:40 GMT', 'Content-Length': '354'}) HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"jobs.batch \"kubernetes-block-production-lt7jq\" already exists, the server was not able to generate a unique name for the object","reason":"AlreadyExists","details":{"name":"kubernetes-block-production-lt7jq","group":"batch","kind":"jobs","retryAfterSeconds":1},"code":409}
This is happening often and affecting our prod customers, please advise solutions Prefect version : 2.12.1 Kubernets Cloud Provider : GCP