You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(db): split EU read traffic across two replicas (#1718)
Randomly select one of POSTGRES_REPLICA_EU_URL or POSTGRES_REPLICA_EU_URL_2
at module init so ~2,200 concurrent Vercel instances distribute ~50/50
across two EU read replicas, halving per-replica connection pressure.
0 commit comments