The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms...

Build resilient microservices that stay predictable under pressure. This bundle gives backend engineers practical patterns for backpressure, API rate limiting, throttling, circuit breakers, retries, and exponential backoff.
Bought separately
$59.97
Minimum price
$23.99
$27.99
About the Bundle
A practical bundle for backend engineers who want to build resilient microservices: backpressure, API rate limiting and throttling, circuit breakers, retries, and exponential backoff. Three focused books that turn common distributed-systems failure modes into concrete implementation patterns.
About the Books
Distributed systems rarely fail cleanly. A dependency becomes slow, overloaded, rate-limited, or temporarily unavailable, while the rest of your platform is still healthy. If every caller keeps retrying at full speed, a small downstream problem can turn into a cluster-wide incident.
Production Field Manuals: Circuit Breaker and Retries with Exponential Backoff is a practical field manual for designing, implementing, and operating one of the most important resilience patterns in production systems.
This book shows how circuit breakers, bounded retries, exponential backoff, jitter, deadlines, and observability work together to contain failure instead of amplifying it.
It starts with the business case: lower downtime risk, reduced cloud waste during incidents, shorter debugging cycles, and better error-budget efficiency. Then it moves into the architecture: state transitions, half-open recovery, failure classification, timeout budgets, idempotency, and the trade-offs that matter when real traffic is involved.
You will learn why retry policy must start from the caller's latency budget, why unsafe writes should not be retried without idempotency keys, why jitter is required at scale, and how an open circuit protects both the caller and the dependency. The book also covers Kubernetes operations, Prometheus metrics, alerting, runbooks, rollout checklists, design review prompts, and a simple FinOps model for explaining the value of resilience work to leadership.
The implementation chapter uses Go to keep the pattern concrete: context-aware calls, explicit breaker states, mutex-protected transitions, atomic metrics, per-attempt timeouts, and retry loops that stop when the request deadline is gone. The companion source code includes tests, race checks, benchmarks, and a hands-on lab that demonstrates the difference between unprotected calls and contained failure.
This is not a catalog of patterns. It is a production guide for one pattern that engineers, architects, SREs, and technical leaders can understand together.
By the end, you should be able to design a bounded retry policy, decide when a circuit should open, expose the right metrics, operate the pattern during incidents, defend the design in a Staff-level review, and explain its ROI in business terms.
API rate limiting is often treated as a small middleware feature.
In production, it is much more than that: it is the contract that decides who may consume shared capacity, how fast they may consume it, and what happens when demand exceeds what the system can safely serve.
This is the second book in the Production Field Manuals series. The series is written for systems that must survive real production traffic, incidents, budget pressure, and operational handoff.
This volume is a practical guide for engineers, architects, SREs, and technical leaders who need APIs to survive bursty traffic, noisy tenants, retry storms, slow dependencies, Kubernetes autoscaling delays, and cost pressure.
The book explains the business case for rate limiting, the architecture behind local and distributed quota enforcement, and the trade-offs between token bucket, fixed window, sliding window, and leaky bucket algorithms.
It shows how to choose a fairness key, where to place limiter state, how to protect downstream dependencies before they fail, and why a good limiter must become cheaper under overload.
You will also find a production-ready Go implementation shape, HTTP middleware behaviour, cancellation handling, metrics, Prometheus alert templates, rollout checklists, incident runbooks, team drills, FinOps reasoning, and a hands-on lab backed by companion source code.
The goal is not to make every request succeed. The goal is to keep the system useful when too many requests arrive.
If you build or operate multi-tenant APIs, public platforms, internal services, Kubernetes workloads, or expensive dependency paths, this manual gives you the vocabulary, design rules, and operational templates to turn overload from an incident into a controlled response.
Backpressure is what keeps overload from becoming unbounded queues, goroutine growth, retry storms, and downstream collapse.
This Production Field Manual shows how to make overload explicit inside microservices: bounded admission, non-blocking enqueue, worker pools, drop policies, context cancellation, queue age, and downstream concurrency control.
The book is written for software architects, senior engineers, SREs, platform engineers, DevOps teams, and technical leaders who need production systems to degrade predictably instead of failing mysteriously.
It connects backpressure with the other resilience patterns in the series: rate limiting controls caller demand, circuit breakers stop dependency failure amplification, retries must stay inside budgets, bulkheads isolate capacity, and backpressure bounds what each service accepts and executes.
Inside you will find:
This is not a generic overview of queues. It is a field manual for deciding what work to accept, reject, drop, cancel, or isolate when a service is under pressure.
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms...
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earned over $15 million writing, publishing and selling on Leanpub.
Learn more about writing on Leanpub
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!
Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.
Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.