Lab: safe gRPC retries¶
One script behind the retry measurements. An in-process grpc.aio server exposes a Charge method
whose behaviour is chosen by the request (fail before the charge, fail after it, be slow) and counts
every charge it made, plus an Export stream that breaks at the third item on its first attempt.