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
Hi! I’m wondering if there’s any support (or a recommended pattern) for clustering. Specifically:
Is there a way to implement a cluster such that the API can always route requests to the specific node that has the corresponding Chrome instance running?
It’s possible this feature already exists—just wanted to check what the best approach is for scaling horizontally across multiple machines while maintaining session affinity.