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
Adds retries and uses listing to fetch groups (#4370)
## Changes
The original function being used to fetch groups is taking a long time
to be eventually consistent. Using the same retry logic and fetching the
entire groups list is a much faster approach.
### Linked issues
Resolves#4368Resolves#4337Resolved#4334
### Tests
- [x] modified integration tests
0 commit comments