supavisor
supavisor copied to clipboard
Replace custom module for `libcluster` Postgres strategy with `libcluster_postgres`
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 use that instead of maintaining it on our own.
Additional context
It is Supabase project, but the external library is much more maintained and tested than our custom solution there.