You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experience, I could always restart the GOLD to MongoDB process immediately after a RemoteDisconnected crash, so I would like to automate handling it.
In my experience, I could always restart the GOLD to MongoDB process immediately after a RemoteDisconnected crash, so I would like to automate handling it.
current state
ChatGPT suggests a few possible solutions:
Use requests Built-in Retry Adapter
or creating a session
Then using the session in the requests
or manual, explicit retries. It also suggests using a sooner backoff and an explicit timeout
The text was updated successfully, but these errors were encountered: