关于
This skill provides specialized guidance and implementation patterns for handling Supabase API rate limits and preventing request failures. It enables developers to implement robust error handling for 429 (Too Many Requests) responses, configure efficient exponential backoff strategies, and apply idempotency patterns to prevent duplicate data entries during retries. It is particularly useful for high-traffic applications, batch processing, or serverless environments where API reliability and throughput optimization are critical.