Ruby on Rails Thursday, February 9, 2017

Has anyone had any experience of running a rails app in a production setup, on a docker container(we're on AWS, makes little difference) with puma and nginx as a proxy in front of it?  We're also currently managing the docker engine with docker cloud, but that is likely to change pretty soon.

We've got it up and running with a very basic unicorn/nginx setup, but now I need to fine tune the memory and CPU usage of a much busier site and wanted to try out using puma and attempting to getting the balance right between the nginx processes and the puma threads.

Be nice to work through it with someone who has either done it before, or who's interested.

V

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c6eaeffe-514c-47da-9cd1-5995594276bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment