I’m thinking of using Mongodb Serverless, but there are 2 things I’m curious about.
1- Is serverless suitable for production? (I will keep the auth token records)
2- Mongodb in Serverless product; Does serverless crash in case of failure? Or does it run replica sets in the background?
Atlas serverless instances are generally available, and we would recommend them for production use for applications where serverless is well-suited, typically sparse and infrequent workloads.
Atlas serverless instances are built to be highly available in the backend, and do not crash/become unavailable if only a single VM fails.