Hi, I am trying to write the flow in local first b...
# prefect-community
a
Hi, I am trying to write the flow in local first before deploying to cloud. I found that the local db can lock occasionally if the flow is terminated in the middle. I need to remove the ~/.prefect/orion.db to recover. I wonder if there are properly way to release the lock when I terminate the flow run execution.