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
Since we have changes to retry connection when useUnifiedTopology: true I'm expecting similar retrying customization as in nestjs-mongoose because right now, I don't see any way to handle retry with useUnifiedTopology = true.
Current situation:
no connection to MongoDB
start application with useUnifiedTopology: true in MongoDB options
application crash after 30s
The text was updated successfully, but these errors were encountered:
Since we have changes to retry connection when
useUnifiedTopology: true
I'm expecting similar retrying customization as in nestjs-mongoose because right now, I don't see any way to handle retry with useUnifiedTopology = true.Current situation:
useUnifiedTopology: true
in MongoDB optionsThe text was updated successfully, but these errors were encountered: