Hi all, I'm having trouble with a deployment using a Docker worker where the Prefect docker containe...
j
Hi all, I'm having trouble with a deployment using a Docker worker where the Prefect docker container never exits (thus remains on the Linux Server). The particular issue is because we are using jaydebeapi to connect to an ibm as400 database. I've tried using the context manager and killing the cursor+connection manually yet the connection remains (thus prefect never kills the container). Anyone else experience anything like this?