when we had a lot of users hit the site due to posting in NYC SSBM, mongo OOM'd, which led to OOM killer killing the API.
we need to:
- handle OOM errors gracefully, restarting things when necessary
- rework the way we're using mongo (cacheing maybe?) so that we don't blow memory
when we had a lot of users hit the site due to posting in NYC SSBM, mongo OOM'd, which led to OOM killer killing the API.
we need to: