November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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.
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
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