13 / 18 · Module 16 — Production Engineering and Observability · filtered: cheatsheet← prev⊞ allnext →
16.20Salesforce API consumption
Salesforce imposes platform limits.
You should monitor things like:
API usage
query volume
write volume
Bulk jobs
concurrent operations
rather than discovering a limit only when:
SALESFORCE:LIMIT_EXCEEDED
starts appearing.
The connector has a specific SALESFORCE:LIMIT_EXCEEDED error category for these types of failures.