Hi all, let's say that I have a flow scheduled and...
# ask-community
d
Hi all, let's say that I have a flow scheduled and running on cloud that launches another python process/program/script via a local agent and it runs on the weekends. Is there an agent that can persist on my local machine in the event that my machine restarts?
k
Hey @Dominic Pham, so the way to do this would be by using some other service to make sure the agent is started. The docs shows how to use supervisor . I have also heard using
nohup
is easier.
t