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
chore: fix coordinator flake by moving pubsub below register (#6482)
After making the in-memory pubsub conform to the expectations ofPostgreSQL, this flake started appearing.This fixes it because the agent socket is registered when a messageis received.