Retry mechanism when DB connection closes #1836
bcksl
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
DB connections, especially with Serverless Atlas, are far from persistent, but getting failed requests from a connection drop is less than ideal. It would be great if Payload could handle
MongoNetworkError
differently than other failure modes and be able to retry the operation with a fresh connection.Beta Was this translation helpful? Give feedback.
All reactions