forked from garsh0p/garpr
-
Notifications
You must be signed in to change notification settings - Fork 13
handle OOM errors gracefully #84
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable