返回 Skill 列表
extension
分类: 开发与工程无需 API Key

supabase-rate-limits

实现Supabase的速率限制、退避和幂等模式。在处理速率限制错误、实现重试逻辑或优化Supabase API请求吞吐量时使用。可以通过诸如“supabase 速率限制”、“supabase 流控”、“supabase 429”、“supabase 重试”、“supabase 退避”这样的短语触发。

person作者: jakexiaohubgithub

Supabase Rate Limits

Prerequisites

  • Supabase SDK installed
  • Understanding of async/await patterns
  • Access to rate limit headers

See {baseDir}/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 {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources