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

16.56Fan-out multiplier

Process API:

one request
 ↓
3 System APIs

At:

100 req/sec

you generate:

300 downstream requests/sec

Then each System API may make multiple Salesforce/API calls.

Always understand:

incoming traffic
×
fanout
×
retry factor

This gives effective downstream load.