salesforce-rate-limits
jeremylongshore/claude-code-plugins-plus-skills
A comprehensive guide and implementation pattern for handling Salesforce API quotas and rate limits. Learn how to monitor daily usage, implement exponential backoff with jitter for transient errors (like REQUEST_LIMIT_EXCEEDED), and optimize API calls using bulk operations, caching, and queryMore to ensure stable, high-throughput integrations.