BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
238 / 279 · Module 16 — Production Engineering and Observability · filtered: code← prev⊞ allnext →

16.62“How do you choose timeouts?”

“From the caller's total latency budget backward. A downstream timeout can't exceed the effective SLA of the caller, and I account for retries because three five-second attempts can easily violate a five-second API SLA.”

Excellent answer.