Hello
I am currently integrating the Tavily Search API into my application and facing some challenges with error handling. Specifically; I’m getting inconsistent error messages when querying large datasets. Sometimes; I receive a 504 Gateway Timeout, while other times it’s a 500 Internal Server Error.
I have already checked my request size and confirmed it’s within the API’s limits.
Could someone guide me on the best practices for handling these errors? I have referred Questions and discussions regarding the Tavily Search API msbi for help but issue not resolved
Are there specific retries; backoff strategies recommended for the Tavily Search API?
Any advice would be appreciated !
Thank you !