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
Stop waiting if InitializationFailed state is reached (#495)
## Problem
After creating an index, the SDK polls until the index is ready to be
used. But if the index state transitions to `InitializationFailed`, the
client will hang. Sometimes this causes our test suite to get stuck and
run for hours until somebody manually intervenes or a CI timeout is
reached.
## Solution
Raise an exception and stop waiting if an index reaches the
`InitializationFailed` state.
## Type of Change
- [x] Bug fix (non-breaking change which fixes an issue)
0 commit comments