Is there a way to run the prefect agent in detache...
# prefect-server
c
Is there a way to run the prefect agent in detached mode like this. Just so if shell is closed the agent continues to run? That way I can run the flows on a local server.
đź‘€ 1
d
It’s a little more in-depth than what you’re looking for but the result is an agent that will at least attempt to restart itself if the process dies
If you’re looking for a convenience method for running in a detached mode I don’t believe we have one
So feel free to open an issue!
c
Got it. Thanks @Dylan
@Dylan Can I use supervisord with docker agent as well?
d
Most definitely!
upvote 1