lessons

How many instances, and why that many

hardRequests a second, what one instance does, a burst and a timeout: the arithmetic that says how many instances — and why the answer changes once one of them is allowed to die.

0 of 5 done

1Read the numbers

An export service sits behind a load balancer, and every figure it needs is on the diagram. At the busy end of the evening 140 requests a minute arrive. One instance handles a request in one second, one at a time, and queues up to 12. Clients give up after 10 seconds. It runs two instances. What happens at the busy end?