-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Allow puma_workers configuration #168
Conversation
Now you are able to change the number of puma workers. This also changes the max_connections when using postgres.
Test failures seem to be a jruby issue unrelated to this change. Should we change that to an allowed failure, or find a jruby expert? |
@HParker Oh! Hi and thanks for improving the Configuration class!
|
Today I had trouble using the fancy extensions, so thanks for asking about that - I'll poke the right person about that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems great, thanks!
@bundlerbot r+ |
📌 Commit 636b24e has been approved by |
Allow puma_workers configuration Now you are able to change the number of puma workers. This also changes the max_connections when using postgres. ### Question - How do I update the docs? I generated them locally, but couldn't figure out what files feed the doc generation process.
☀️ Test successful - status-travis |
Now you are able to change the number of puma workers.
This also changes the max_connections when using postgres.
Question