Aric Huang
03/18/2025, 11:37 PM22:58:48.048 | INFO | prefect.agent - Submitting flow run '574e5e45-bc92-4d22-a8d3-f42c13fd70e8'
Normally, I think these logs should be followed by something like:
22:58:48.597 | INFO | prefect.infrastructure.kubernetes-job - Job 'pi788-aludra-void-z2h6k': Pod has status 'Pending'.
22:58:48.679 | INFO | prefect.agent - Completed submission of flow run '574e5e45-bc92-4d22-a8d3-f42c13fd70e8'
But for the stuck runs, there is no following log that says Completed submission of flow run <id>
.
We tried upgrading agent from 2.10 to 2.19, but that didn't fix the issue. CPU is not high (<1%) and memory usage is low (<400MB) on the agent pod. I also don't see any errors in the agent logs around the time the runs start getting stuck. What could cause this issue to happen?Marvin
03/18/2025, 11:37 PM