You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Puma has added a before_worker_fork callback that will allow us to disconnect from the ActiveRecord connection in the primary puma process. This will keep us from using up one of our 25 (or however many) connections.
The text was updated successfully, but these errors were encountered:
On Thu, Apr 23, 2015 at 3:47 PM, Zach Allaun [email protected]
wrote:
Puma has added a before_worker_fork callback that will allow us to
disconnect from the ActiveRecord connection in the primary puma process.
This will keep us from using up one of our 25 (or however many) connections.
—
Reply to this email directly or view it on GitHub #304.
Puma has added a
before_worker_fork
callback that will allow us to disconnect from the ActiveRecord connection in the primary puma process. This will keep us from using up one of our 25 (or however many) connections.The text was updated successfully, but these errors were encountered: