A trail-head weather helper freezes when the serving box is busy. What must the client add?
Select an answer to reveal the explanation.
Short Explanation
A busy serving box should not freeze the trail-head UI. Add a client timeout and a bounded retry so the kiosk fails loudly. Wait-forever hides the outage, unlimited retries stampede the same box, and a trail-head kernel is not the client.
Full Explanation
A live client must bound how long it waits on a model endpoint. A timeout plus a small, bounded retry lets the kiosk fail loudly when the serving box is busy instead of freezing the trail-head UI. Waiting forever hides the outage. Retrying without a cap can stampede the same busy box.