12.45Retry scenario
Salesforce times out during Account creation. What do you do?
Answer:
“I treat the outcome as unknown because Salesforce may have committed. I'd avoid blind Create retries. If the operation is modeled as Upsert against a stable External ID, I can retry safely; otherwise I'd need to reconcile before issuing another non-idempotent write.”
Excellent.