-
Notifications
You must be signed in to change notification settings - Fork 40
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
restart and pased_restart do not work like stop and start #26
Comments
Puma phased_restart has two requirements
Important info https://github.com/puma/puma/blob/master/docs/restart.md |
I spent hours debugging why deployment wouldn't work, then I finally stumbled over this. I tried activating 3 workers in workers ENV.fetch("WEB_CONCURRENCY") { 3 } But didn't work for me. I just switched to
By the way,
I feel this info should be added to the README. |
PS: In the docs (https://github.com/puma/puma/blob/master/docs/restart.md), there is no "hard restart" mentioned. Is "hot restart" equivalent to "hard restart"? Or what's the difference? |
I do a new feature adding a new gem and when I want to deploy I execute
mina deploy
.In the deploy the new gem install but the I get error when I go to a page where I use this gem. Then I do a
mina puma:phased_restart
and the behavor is the same.Then I do a
mina puma:stop
and amina puma:start
and work perfectI do not know what is wrong
The text was updated successfully, but these errors were encountered: