Networking
What to retry
An idempotent GET request failed. Select all the failures where an automatic retry (with backoff) is appropriate.
Pick all that apply
What to retry
An idempotent GET request failed. Select all the failures where an automatic retry (with backoff) is appropriate.
Pick all that apply
NetworkingShort answerBasics
You've found network-layer code that collapses every failure into completion(nil). As a s…
#http-status
NetworkingShort answerBasics
A payment confirmation API times out now and then. A junior engineer opened a PR that say…
#retry
NetworkingShort answerAdvanced
The user taps the send money button, and the signal drops right after the request goes ou…
#retry
NetworkingMultiple choiceAdvanced
A payment confirmation request, POST /payments, failed with URLError.timedOut. Select all…
#retry