Hello!
I have a remote linux server running a prefect server.
When I start the server, using “prefect server start”, the dashboard works.
However, when I exit the server, the dashboard stops working.
How can I run “prefect server start” in the background?
Thanks a lot!
1 Like
Welcome to Discourse, @thlanza !
Perhaps you can leverage Supervisor? There are many daemon services allowing you to run background processes
http://supervisord.org/
You may also look at this Helm chart:
Apart from that, if you are just getting started with Prefect, perhaps it makes sense to start with Prefect 2.0?
Short answer: we highly encourage all new Prefect users to start with Prefect 2.0 and Cloud 2.0 .
At the time of writing, both Prefect 2.0 and Cloud 2.0 will remain under active development in beta status until approximately July 2022 , with a number of major features yet to come.
The target for the General Availability of Cloud 2.0 and stable release of Prefect 2.0 is July 2022.
Can I use Cloud 2.0 in production already?
Cloud 2.0 is a beta product, with beta product guarantees. When decid…