supavisor
supavisor copied to clipboard
A cloud-native, multi-tenant Postgres connection pooler.
This is done in order to remove error messages about incorrect return value from `Postgrex.SimpleConnection.init`.
Does the pooling in supavisor happen in the database level or User level.The default_pool_size indicates the pool size of the database for all the users or is it different for...
In this PR, Supavisor has been adapted for Erlang 27 and Elixir 1.17. The metrics backend has been changed from [PromEx](https://github.com/akoutmos/prom_ex) to [Peep](https://github.com/rkallos/peep), and the most significant change is the...
I've set up Supavisor on my PostgreSQL cluster hosted on Kubernetes. The connection pool is functioning properly, and I can make connections. However, I keep seeing this error in the...
@abc3 yes, it is possible. They even have [guide](https://github.com/crate-ci/typos/blob/master/docs/github-action.md). _Originally posted by @hauleth in https://github.com/supabase/supavisor/issues/397#issuecomment-2220532736_
## What kind of change does this PR introduce? Feature ## What is the current behavior? No current behavior. ## What is the new behavior? This PR will start sending...