BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
5 / 18 · Module 8 — Configuration and Security · filtered: cheatsheet← prev⊞ allnext →

8.34Retry configuration

Likewise:

retry:
  salesforce:
    attempts: 3
    delayMs: 2000

rather than magic numbers scattered throughout.

But remember Module 7:

Configurability does not excuse bad retry semantics.

Don't solve:

duplicate creation

by changing:

attempts: 3 → 2

Fix idempotency.