Supabase Rate Limits
Prerequisites
-
Supabase SDK installed
-
Understanding of async/await patterns
-
Access to rate limit headers
See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
-
Reliable API calls with automatic retry
-
Idempotent requests preventing duplicates
-
Rate limit headers properly handled
Error Handling
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
Resources
-
Supabase Rate Limits
-
p-queue Documentation
Overview
Implement Supabase rate limiting, backoff, and idempotency patterns.
Instructions
-
Assess the current state of the API configuration
-
Identify the specific requirements and constraints
-
Apply the recommended patterns from this skill
-
Validate the changes against expected behavior
-
Document the configuration for team reference