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
fix: Increase threadpool count to avoid deadlocks (#1391)
To refresh a Cloud SQL Instance's certificates, the current algorithm uses 2 threads from the thread pool for each
instance. Because the thread pool is fixed size, if a user configures 2 or more instances, they were at risk of a
causing thread starvation and a deadlock.
This increases the thread count to a safe level so that most users will never experience a deadlock.
Fixes#1314
0 commit comments