Rishabh Pachori
Rishabh Pachori
I am also having the same issue ?? Can someone please suggest how do i able to resolve this issue @hauleth @abc3 @chasers supavisor: container_name: supabase-pooler image: supabase/supavisor:1.1.56  Please...
> [@abc3](https://github.com/abc3) the connection shutdowns and errors weren't properly handled, which mean that there was message, that was left unhandled, it was logged, but the timeout wasn't restarted, so the...
> I am also having the same issue ?? Can someone please suggest how do i able to resolve this issue > > [@hauleth](https://github.com/hauleth) [@abc3](https://github.com/abc3) [@chasers](https://github.com/chasers) supavisor: container_name: supabase-pooler image:...
> [@RishabhPachori](https://github.com/RishabhPachori), just to clarify, are you experiencing this issue in a self-hosted environment or in a specific Supabase region? Yes, i am facing this issue in self hosting environment.
> [@RishabhPachori](https://github.com/RishabhPachori), you're using an outdated version of Supavisor (1.1.56), and the current version is 2.5.1. Try updating, as it includes many important fixes that may resolve this issue. Just...
> [@RishabhPachori](https://github.com/RishabhPachori), could you describe the exact steps to reproduce the issue? Ideally, create a minimal app that triggers it You can follow this supabase docker guide to selfhost supabase...
> > I am also having the same issue ?? Can someone please suggest how do i able to resolve this issue > > [@hauleth](https://github.com/hauleth) [@abc3](https://github.com/abc3) [@chasers](https://github.com/chasers) supavisor: container_name: supabase-pooler...
> [@RishabhPachori](https://github.com/RishabhPachori), the application name property `supavisor_meta` indicates that these connections are used by Supavisor as a metadata store, where it keeps data about tenants. > > [By default, the...
> [@RishabhPachori](https://github.com/RishabhPachori), let me explain further. > > Supavisor is a multitenant solution, which means it needs to store data about different tenants, databases, users, and more. For this purpose,...
@lmntix is someone from the supabase team looking into this issue?? I have also facing same issue https://github.com/orgs/supabase/discussions/36114 select * from pg_stat_activity It is showing all these empty, idle connections...