I am running a SAAS application where merchants can setup their store, it works with REST api developed in golang. My application is running properly except mongodb server. I got alert notifications that mongodb server usage are high and reached 99%. Although there is not much traffic it happens multiple times in a day.
Setup summary
1.Each merchant has its own database
2.We run crons every 10 minutes to send notification emails for each merchant
3.We run crons to complete bookings for each merchant every 10 minutes
What are ways to improve the server performance ? I am using xlarge aws server
Thanks