Hi,
We are trying to perform a user search based on updated_time and user_id prefix. The performance of the service is really flaky. Most of the times we receive HTTP 503 Service Unavailable Exception
. I have opened up another thread Timeout exception when querying for users , during which we got responses temporarily but started receiving 503s again after some time.
I want to understand if the user data is indexed on any specific parameters for us to define our query better and reduce the number of 503s on the client side.
Please let us know.
Thank you!