‘Where everyone goes’ explains their outage

Software Maniacs has a great blog post explaining what went wrong with one of their Django deployments. In the end it wasn’t exactly Django but a mix of how a particular table for the backend database (MySQL) was being abused by the web application (the sessions table. Here’s a snippet: In general Django’s sessions are […]