Hi guys, I have a bit of a problem, I have a `depl...
# ask-community
a
Hi guys, I have a bit of a problem, I have a
deploy_flows.py
file that I’m running when I’m setting up the rest of my application, it has the
serve()
call, the problem is when this script gets called it just keeps running it which is fine I suppose because that’s what it says on the documentation. The question: is there a way for me to run this process detached?