-
Notifications
You must be signed in to change notification settings - Fork 713
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
consistent incomplete shutdown of devserver on mac #8465
Comments
Duplicate of #7955 Note that this is an issue with yarn swallowing keyboard interrupts, so the workaround is to spawn the Python devserver separately. |
re-opening because in #7955 the python process did eventually shut down, but in this case it does not |
workaround for learningequality#8465
@rtibbles asked:
Just tried it and the result is the same. Snippet from package.json:
|
as a workaround in 0f168a6 I added a new
If we were to update the 'getting started' page with this guidance, we could mitigate the impact of this issue without having to fix it |
Observed behavior
The devserver does not shut down using ctrl-c for me on mac:
Originally I reported this in #8376 but moved it to its own issue as the more reproducible scenario.
Errors and logs
Expected behavior
Clean shutdown
User-facing consequences
As a dev, need to keep activity monitor open and kill python processes
Steps to reproduce
start devserver and stop it
Context
latest develop
The text was updated successfully, but these errors were encountered: