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
Currently, if an error occurs while resetting a query it will be left in 'resetting' state indefinitely. Other threads that call query_state.wait_until_complete will then wait forever.
This could be avoided by adding a 'reset_failed' state.
The text was updated successfully, but these errors were encountered:
Currently, if an error occurs while resetting a query it will be left in 'resetting' state indefinitely. Other threads that call
query_state.wait_until_complete
will then wait forever.This could be avoided by adding a 'reset_failed' state.
The text was updated successfully, but these errors were encountered: