• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / supavisor / 22739764447
82%

Build:
DEFAULT BRANCH: main
Ran 05 Mar 2026 10:35PM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
22739764447

push

github

web-flow
fix: use a Dynamic Supervisor for starting proxy connections (#865)

Currently, proxy connections are started from the ClientHandler with
DbHandler.start_link/1. This poses two problems:

1) There's no upper limit on the number of proxy connections a tenant
can open. The limits are all managed at the pool owner node. This means
that under certain conditions, a proxy node may open tons of connections
to the pool node that are doomed to fail with max connections error.

2) The DbHandler won't get properly code-updated on soft deployments,
due to being started by a worker process/not being under a supervisor.

This commit introduces a DynamicSupervisor pool with size `max_children`
set to`max_connections`, meaning the node can't open more than
`max_connections` proxy connections to the pool owner node. This
supervisor has a "watchdog" that periodically checks if it has no
children and shuts it down.
Source Files on build 22739764447
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #22739764447
  • f31de926 on github
  • Prev Build on main (#22501789568)
  • Next Build on main (#22763758005)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc