513 Supabase Rate Limits Fa772457

supabase-rate-limits

tools-only Updated 7 repo stars

File contents

supabase-rate-limits

File Scaffold

supabase-rate-limits/
-- SKILL.md

File Descriptions

1. SKILL.md

Purpose: Implement Supabase rate limiting, backoff, and idempotency patterns. Handles 429 errors gracefully with exponential backoff and jitter. Workflow: Operational skill for production reliability. Should be implemented before going to production. Relates to: Complements supabase-sdk-patterns with rate limit handling; prerequisite for supabase-prod-checklist.

Summary

This skill provides comprehensive guidance on handling Supabase rate limits. It covers understanding rate limit tiers, implementing exponential backoff with jitter, adding idempotency keys for safe retries, queue-based rate limiting, and monitoring rate limit usage. Use this skill when experiencing 429 errors, implementing retry logic, or preparing for production deployment.

tools-only/X-Skills/tree/main/automation/workflow/513-supabase-rate-limits_fa772457 commit 83eb87a168

Frequently asked questions

npx skillmds@latest add tools-only/513-supabase-rate-limits-fa772457