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

Out of order Puma messages #467

Closed
jaredcwhite opened this issue Nov 29, 2021 · 0 comments
Closed

Out of order Puma messages #467

jaredcwhite opened this issue Nov 29, 2021 · 0 comments
Labels
bug Something isn't working high priority This should get addressed as soon as possible.

Comments

@jaredcwhite
Copy link
Member

jaredcwhite commented Nov 29, 2021

We've had a 500ms sleep before exiting when hitting ctrl+c to give Puma time to output its cleanup messages. But for some reason that's not working in alpha11. Now it's out of order…you immediately get back to the prompt, then you get Puma messages, and it sort of looks like it's hanging after that but it's actually just fine and you can type new commands in your terminal. Hmm.

^C[Bridgetown] Stopping auxiliary processes... 
➜  myproj git:(main) ✗ [Server] - Gracefully stopping, waiting for requests to finish
[Server] === puma shutdown: 2021-11-29 11:31:32 -0800 ===
[Server] - Goodbye!
        
@jaredcwhite jaredcwhite added bug Something isn't working high priority This should get addressed as soon as possible. labels Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority This should get addressed as soon as possible.
Projects
None yet
Development

No branches or pull requests

1 participant