Root Cause:
database maintenance caused queries to be under-optimized
increased total available connections caused additional load on the database
Problem Resolution:
reduced total available connections on the front end
updated database software and apply settings changes
ran maintenance to improve query performance
Future Improvements:
further scale database to handle more requests
rely more on caching of requests