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
When the control plane serves multiple requests for over an extended period of time, it eventually gets to a deadlock state and fails any requests that requires interacting with the state store. Restarting the control plane and workflow service releases the stale connections.
Proposed Solution
Allow configuring a connection pool or setting max_connections for the Redis State Store and optionally Redis Message Queue.