Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to stop server #39

Open
ssgajalwar opened this issue Aug 7, 2024 · 1 comment
Open

Unable to stop server #39

ssgajalwar opened this issue Aug 7, 2024 · 1 comment

Comments

@ssgajalwar
Copy link

When I am running server using following command i am unable to stop it using ctrl + c
uvicorn backend.main:app --port 8001 --reload

i have to kill terminal to stop the server

How to solve this ?

@R4inssss
Copy link

The solution I arrived at was to just kill python itself, as that's the process that hangs (as in kill the python executable instead of the terminal via task manager). I also don't know of a better solution, but let me know if you found one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants