Zachary Lee
02/08/2023, 5:41 PMaborted by orchestrator: This run has already terminated.
Is there some way I can configure the internal timeout for waiting for the pod to be scheduled? Configuring retries does not seem to make a difference. Thanks!Timo Vink
02/08/2023, 6:30 PMpod_watch_timeout_seconds
on the KubernetesJob
, which is how long a Pod gets to go from Pending
to any other state before the flow gets marked as crashed. Defaults to 60 seconds.
https://docs.prefect.io/api-ref/prefect/infrastructure/#prefect.infrastructure.KubernetesJobZachary Lee
02/08/2023, 6:31 PM