59 / 81 · Module 16 — Production Engineering and Observability · filtered: interview← prev⊞ allnext →
16.51SLA vs SLO vs internal dependency
You don't need to get overly theoretical, but understand:
API promises response within X
means your downstream dependency budgets need to fit inside that.
If Salesforce routinely takes:
8 seconds
you cannot promise:
2-second synchronous API
without redesigning:
caching
async processing
different architecture