Hi, we're having this issue where sometimes a flow...
# ask-community
n
Hi, we're having this issue where sometimes a flow deployment in a worker (kubernetes) with docker/git code storage, fails randomly as if the flow code does not run inside the specified docker image: https://github.com/PrefectHQ/prefect/issues/13490 Any help with this much appreciated. Thanks
k
is this a deployment to a non-agent style work pool? if so do you have an agent style work pool in your workspace too?
n
yes, we have the old agent work pool and new worker work pool running on the same kubernetes namespace, with the same work queue name, and now that you mentioned it everything makes sense, thank you. the agent was "stealing" the flow runs from the worker and causing the issues. why though not sure, since although the work queue name is the same, the pools are separate.