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.
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?