
How a JSON response took down our backend
Our backend recently started crashing because one API was returning a JSON response containing a couple of million objects. It wasn't a traffic spike or a bad deployment the server was simply running out of memory trying to build and serialise an absurdly large payload.
Read article
