🎯 All of your Heroku processes share the same ENV configs and use the same database.yml (in Rails), but it rarely makes sense for your web and worker processes to use the same database pool size. Here's how to configure Puma and @sidekiq independently.

 — @adamlogic