You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a flow that runs many jobs of the same kind in parallel. Most of the jobs are successful but some fail. All jobs that fail have the message Could not extract job logs for job: <> due to exception: list index out of range in the logs and as a result I cant see the point of failure in my code. The flow is running on kubernetes AKS 1.24.10 with all jobs being containerized and the prefect version is 1.4.0.
Additionally, I see that both successful and failed job's CPU is always near to the pod's CPU limit.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am running a flow that runs many jobs of the same kind in parallel. Most of the jobs are successful but some fail. All jobs that fail have the message
Could not extract job logs for job: <> due to exception: list index out of range
in the logs and as a result I cant see the point of failure in my code. The flow is running on kubernetes AKS 1.24.10 with all jobs being containerized and the prefect version is 1.4.0.Additionally, I see that both successful and failed job's CPU is always near to the pod's CPU limit.
Is there anything I can do?
Thanks! :)
Beta Was this translation helpful? Give feedback.
All reactions