https://prefect.io logo
Title
c

Chandra Manginipalli

09/17/2020, 7:46 PM
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

Dylan

09/17/2020, 9:09 PM
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

Chandra Manginipalli

09/18/2020, 1:02 PM
Got it. Thanks @Dylan
@Dylan Can I use supervisord with docker agent as well?
d

Dylan

09/18/2020, 3:39 PM
Most definitely!
:upvote: 1