Erlang, Elixir and Friends Devroom @ FOSDEM 2023 (Call for Talks) Securing Elixir/Phoenix Applications: 5 Tips to Get Started

Adding PostgreSQL Active Connections to Ecto PSQL Extras

While working at Binary Noggin we ran into an issue with over provision database connections while using Oban.

Having active connections available in the Phoenix Live Dashboard helped us troubleshoot over allocating connections to the database. This has the added benefit of seeing all active connections not just our Phoenix application.

https://github.com/pawurb/ecto_psql_extras/pull/31