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
Optimize stale-org cleanup: use deterministic lookups instead of enumerating all enterprise orgs
Replace inefficient enumeration of all enterprise organizations (which can burn API quota on large enterprises) with deterministic lookups of specific candidate org names. The cleanup now checks only the expected org names from the current run and previous attempts, reducing API calls and improving performance without functional change.
0 commit comments