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: next_token causing infinite loop in fetching Clusters (#1699)
**Description**
next_token from API response is empty string, not None. The condition in StopIteration is incorrect
**Testing Done**
Test the fix locally and infinite loop is fixed.
0 commit comments