Mike O'Connor
12/15/2022, 11:56 AM11:32:09.162 | INFO | prefect.infrastructure.kubernetes-job - Job 'prefect-standard-kubernetes-jobdmmq2': Pod has status 'Pending'.
11:32:11.003 | INFO | prefect.infrastructure.kubernetes-job - Job 'prefect-standard-kubernetes-jobdmmq2': Pod has status 'Running'.
11:32:21.064 | ERROR | prefect.infrastructure.kubernetes-job - Job 'prefect-standard-kubernetes-jobdmmq2': Job did not complete.
pod snippet:
prefect-standard-kubernetes-jobdmmq2-cpfz4 0/1 OOMKilled 0 23m
Is there some configuration I need to do to here, or is this unsupported, or a bug?quassy
12/15/2022, 1:12 PM{"op": "add", "path": "/spec/backoffLimit", "value": 0},
to the KubernetesJob(customizations=...)
to stop this restart and only then PrefectCloud correctly identified the job as failed not running.Mike O'Connor
12/15/2022, 2:32 PM