ARTICLE AD BOX
We are running prefect in docker. when we have update for our infra. need to update the docker containers or compose file? if we built then up the containers during running flows those flow got stuck and becomes zombie. prefect never mark them stuck or cancel them. like it shows running but not actually doing anything.
e.g. we have one flow which runs the binary as a process on different machine. during docker down and up that flow stop printing logs from that machine the time we down the containers but in reality process is still active on that machine. Flow become stuck or zombie. how to handle it in right way? like it should start from where it gets stuck.
