15.46Incident: Salesforce timeout
Logs:
SALESFORCE:TIMEOUT
customerId=C001
First instinct should not be:
rerun CREATE C001
Instead:
query Salesforce by External ID
Determine resulting state.
If design uses idempotent Upsert:
safe bounded retry/replay
much easier.