Seek help regarding timeout or error issues encountered while using autogen

I use autogen in Docker, and in order to save costs, all models use gpt-3.5 turbo. However, by executing official examples, I often encounter issues such as “openai time out” or “InvalidRequestError: OpenAI response error”, which makes it impossible for autogen to continue executing. I have already set the relevant timeout or wait parameters in the official documentation, but it is not possible., I would like to know how to avoid these issues and ultimately enable autogen to automatically retry in order to continue executing tasks. Thank you.