BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
59 / 81 · Module 16 — Production Engineering and Observability · filtered: interview← prev⊞ allnext →

16.55Capacity planning

If expected peak:

500 requests/sec

and each request performs:

2 Salesforce calls

then potential Salesforce load is:

1000 calls/sec

before retries.

That's why architecture needs basic math.

If retries average:

1.2 attempts

actual call load:

1200/sec

See why retries and N+1 matter?