supavisor icon indicating copy to clipboard operation
supavisor copied to clipboard

A cloud-native, multi-tenant Postgres connection pooler.

Results 73 supavisor issues
Sort by recently updated
recently updated
newest added

- **chore: use functions instead of macros** - **chore: remove unused module**

- **chore: remove negated if-elses** - **chore: add missing module docs**

# Bug report ## Describe the bug Using the self-hosted Supabase template on Railway : https://railway.com/template/supabase. After adding this Supavisor repository to Railway: https://github.com/supabase/supavisor (since it is not included in...

bug

## What kind of change does this PR introduce? Bug fix - Corrects the OpenAPI schema definition by removing invalid required field specifications. ## What is the current behavior? I...

# Bug report - [N] I confirm this is a bug with Supabase, not with my own application. I'm not aware of the exact RCA, hence can't tell. I've tried...

bug

# Chore ## Describe the chore Currently we are using custom module for `libcluster`'s Postgres strategy, but it already got improved and extracted to separate library - https://hex.pm/packages/libcluster_postgres. We should...

This is potential source of a problem, as if there are is error in 2nd or 3rd clause of `with` then we are leaking connections which in the end may...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

## What kind of change does this PR introduce? This PR introduces a feature that enables Supavisor to allow infinite reconnect retries when @reconnect_retries is set to -1. ## What...