Hello People, hope you're good. I'm using prefect...
# prefect-getting-started
p
Hello People, hope you're good. I'm using prefect for a a simple data pipeline in my job, it works "prefect" but i'm using an old laptop to create the python file and prefect cloud to see the UI. The thing is that, I make de deployment and quick run and is 100%, my problem is that when I shut down the terminal window, the one that I make de deploy, the deployment is 'not ready' and don't run anymore. How can I make prefect still run the deployment even if I close the terminal window?
n
hi @Pedro - are you using
.serve
to create your deployment or something else?
p
using .serve, the Prefect UI make the deployment ready and I can quick run. I just need to close the window that I make the deployment and still make sure that the flow can run
n
hi @Pedro - we have docs on this here
let me know if you hit any trouble with this!