This repository was archived by the owner on Feb 21, 2023. It is now read-only.
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
Too many simultaneous connections #1488
Open
Description
Describe the bug
It appears that, at least in some cases, the default number of active connections to a redis
instance could be as many as 2^31. It also appears that this caused a problem in production when ~2000 Cloud Run instances saturated 65,000 available connections to our Memorstore (GCP Redis) instance.