What is the proper way to stop local Prefect? I run 'prefect server start' as backend server and then press Ctrl+C to stop it, next time you start it Prefect throws a lot of duplicate violation errors and doesn't start properly (you can't create a project for example)
Ievgenii Martynenko
03/24/2022, 9:22 AM
I suppose some backgroup process is running, coz if you wait for a while (restart PC or even command line), next start looks fine.
a
Anna Geller
03/24/2022, 9:29 AM
You can use: prefect server stop
i
Ievgenii Martynenko
03/24/2022, 9:30 AM
right 🙂 sorry for stupid question
a
Anna Geller
03/24/2022, 10:25 AM
No such thing as a stupid question, glad it's working now