Try our conversational search powered by Generative AI!

EPiServer Find -Too many requests error.

Vote:
 

Hi,

I am using EPiServer 10.3 hosted in Azure cloud. I have implemented Fiind for search.

When I am searching for a keyword, sometimes it shows result, sometimes it gives "ServiceException: The remote server returned an error: (429) Too Many Requests. Too many requests" error. 

I checked if I have used "contentIndexer.ContentBatchSize = 500;", but we havent made any change to that.

Can anyone help me out with this.

//Sanket Mahimkar

#178987
May 29, 2017 11:56
Vote:
 

Make sure you are caching your queries - http://world.episerver.com/documentation/developer-guides/find/NET-Client-API/searching/Caching/. Check your code to see if you are doing multiple requests to Find for every time a page is loaded. If that is the case, caching is crucial. 

#179025
May 30, 2017 7:22
Vote:
 

Hi Per,

The site is not live. Its used by me only. So, there is no traffic, still it shows too many requests. For same keywords, sometimes it shows results , sometimes gives error.

//Sanket Mahimkar

#179095
May 31, 2017 8:54
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.