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(workspaces): defer telemetry until commit, avoid second pooled connection mid-transaction
createWorkspaceRecord now only fires workspaceCreated telemetry when it commits
its own transaction; callers passing a nested executor (the fallback-provisioning
path) fire it themselves after their outer transaction commits, avoiding a phantom
event for a workspace that gets rolled back. getActivelyBannedUserIds now accepts
an executor so the stranded-member check runs the banned-user lookup against the
open transaction instead of borrowing a second pooled connection while the first
sits idle-in-transaction.
0 commit comments