Oracle Cloud Rate Limits Overview OCI API rate limits vary by service and are not well documented. A response kills your automation, and unlike AWS or Azure, OCI does not return a header. This skill maps known limits by service, implements exponential backoff with jitter, and provides circuit breaker patterns for bulk operations. Purpose: Build resilient OCI API clients that handle throttling gracefully without data loss. Prerequisites - OCI Python SDK — - OCI config file at with valid credentials (user, fingerprint, tenancy, region, key file) - Python 3.8+ - Understanding of which OCI servic…