Constant API Timeout Errors

Hey guys, I am currently using Langchain as a wrapper over OpenAI for vector database integrations. I have been trying to figure out why my system sometimes malfunctions and i’ve i
dentified OpenAI’s API as the root cause. It seems that sometimes OpenAI’s completions will randomly timeout for no apparent reason. I have a request timeout parameter set to 120 seconds.

Is anyone else experiencing this and if you are how did you resolve it?