Heroku, Puma, Redis, Sidekiq and Connection Limits
Updated 2015-08-07: Sidekiq client processes can use connection pooling rather than requiring one connection per thread. Updated 2015-08-08: Added an additional considerations section for other things to look out for. When deploying a Rails app »