Hey all, I'm still running into this issue with my...
# ask-community
d
Hey all, I'm still running into this issue with my Prefect Worker / Work Pool transition were the flows deployed seem to submit successfully then do nothing hang in the
Pending
state without any logging or failures. I've tried debugging this by isolating out a few things: 1. Checked my work pool is able to successfully run flows---it can. 2. Tested our code on the previous Agent/Worker pattern--it runs successfully. 3. Checked my docker image to make sure that the files are copied correctly to the
opt/prefect/flows
directory as specified in the
prefect.yaml
--it is. I'm really at a loss as to what I need to do to figure this out further. It seems like it could be a docker issue, but I have no obvious way to investigate it further as the k8s pods that are spun up give no substantive logging or any really. If anyone has a suggestion as to what I could investigate further, I'd appreciate it
This is what shows in the Prefect Cloud UI when running the flow. Nothing else shows up on the pod either
k
anything useful in kubernetes events on the workload/job when this happens? that's usually where I go looking when k8s is doing something weird, maybe failing to pull an image or something
followed up via dm