SCALABILITY
How to Scale a Node.js API from 100 to 1M Requests
Each scaling tier exists to remove one specific bottleneck. Here is which bottleneck, in what order, and what each fix costs you.
6 min read
3 articles tagged
Each scaling tier exists to remove one specific bottleneck. Here is which bottleneck, in what order, and what each fix costs you.
When to do the work inside the request, when to queue it, and the four things that make a queue safe to retry.
Every external dependency will fail. Timeouts, breakers, backoff and a defined degraded state are the four things that decide whether that becomes your outage.