I am deploying a Rails application using Unicorn. After each deployment and after each configuration that I do with DB_POOL , I see that postgres still keeps some connections as idle, and the new changes very elusively make me wonder if restarting on all services after each pool change.
I have not found any documentation regarding this. Is there a similar command for pg_ctl on Heroku?
source share