Over time, the application leaks connections to the database, resulting in OperationalError: (OperationalError) FATAL: too many connections for role "foobarbaz" from Heroku postgres. This results in complete outage of the site, leading to frustration among users (and operators!).
Over time, the application leaks connections to the database, resulting in
OperationalError: (OperationalError) FATAL: too many connections for role "foobarbaz"
from Heroku postgres. This results in complete outage of the site, leading to frustration among users (and operators!).