System Design Patterns: From Fundamentals to Real Systems
Vote

0% completed

Health Check Endpoint

1. The Pattern

A small endpoint that answers one question: "should this instance receive traffic right now?" It is called every couple of seconds by the machinery that routes, restarts, and scales. It is cheap, constant, and consequential, because the caller's only remedies are drastic.

The load balancer lesson already used these checks and left a warning behind. Health checks can be wrong in two directions.

.....

.....

.....

Like the course? Get enrolled and start learning!

Reading Progress

0%