Hello, I'm new to Prefect, I created a docker work...
# ask-marvin
m
Hello, I'm new to Prefect, I created a docker work pool then deployed a flow to it that runs each minute, I then deleted the flow and the deployment, however, the jobs still keep getting scheduled. I tried to delete the workpool as well, but with no luck. How to go about fixing that?
The issue happened because I deleted the flow first then the deployment, probably deleting the deployment triggers a script that relies on the flow existence to delete all scheduled runs, which in my case was deleted earlier