Hi all,
We recently migrated our mongoDB workload to Atlas M2 Shared tier cluster. Migration was smooth.
We connected atlas cluster to our application using the following connection URL:
mongodb+srv://<username>:<password>@cluster0.an2qs.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
After doing this, when we refreshed our docker containers and APIs were taking way beyond 1 minute to give responses. We checked the logs but found nothing.
Screenshot of API response times:
Can someone please guide us that exactly what is going wrong here?
Thank you