-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Reloading config file without hard restart... #474
Comments
You can add/remove workers by sending TTIN/TTOUT signals to the master. |
@seuros That only adjusts the process count, yes, not thread count per process? |
@mperham right! I'm looking now if i can change the thread count somehow. |
I didn't know about In the vein of controlling processes could one of you take a look at: #467 |
indeed, the TTIN and TTOUT are useful to know about. Is there a wiki or doc page dedicated to signals? unicorn, for example has a really nice page that lays all of these out in one place: http://unicorn.bogomips.org/SIGNALS.html Certainly happy to consult the source code, but a doc page like this would be a great reference. Thanks @seuros for the info |
I will update capistrano3-puma gem to support these signals soon. |
@ckuttruff i started a doc here, take a look: #481 |
nice; thanks @schneems ; I appreciate the documentation |
Is this possible? I basically want to adjust the worker/thread settings and have these take effect, but without having to completely stop/start puma.
Thanks; and apologies if this is documented somewhere, but I didn't find it in the issues or docs.
The text was updated successfully, but these errors were encountered: