
01 · Online retail & ticketing
The busiest hour of the year is the one that breaks
- The problem
- Traffic is flat most of the time, then multiplies within minutes for a sale, a campaign or an on-sale. The platform copes with ordinary days perfectly well and has fallen over during the precise hour that pays for the quarter.
- What we build
- Load testing against a realistic profile finds whatever gives way first, usually the database or a third-party dependency, rarely the web servers everyone suspects. Automatic scaling is tuned with proper warm-up, queues absorb the spike wherever instant processing is not required, caching takes read load off the origin, and the checkout path is built to degrade gracefully instead of failing outright.
- What changes
- Peak events handled without anyone watching a dashboard with their heart in their mouth, and a rehearsed answer for the parts that still cannot be scaled.


