Self Hosting max connections
Hello! I'm testing my new self-hosted environment, and after more or less 3 days online, the services get an database connection error, because the database is reaching the max connections (150). For am dev environment, that only myself are using for now, in only 3 days.. it seems like there is some config letting supabase keep idle/non-used connections opened.
The most part of the connections are from supabase_admin.
My backend/node project that connects to the database is plugged on a Pgbouncer, and every supabase service is on the direct connection. is this right?
The most part of the connections are from supabase_admin.
My backend/node project that connects to the database is plugged on a Pgbouncer, and every supabase service is on the direct connection. is this right?