33 lines
522 B
Markdown
33 lines
522 B
Markdown
# Rate Limiting Note - VoIdea
|
|
|
|
**Date:** 2026-05-10
|
|
**Status:** Backlog (implement later)
|
|
|
|
---
|
|
|
|
## Overview
|
|
|
|
Implement rate limiting for AI agents and API endpoints.
|
|
|
|
---
|
|
|
|
## Requirements
|
|
|
|
1. Per-user limits based on subscription tier
|
|
2. Queue overflow requests (up to 100)
|
|
3. 7-day TTL for queued requests
|
|
4. User notification on limit
|
|
|
|
---
|
|
|
|
## Implementation
|
|
|
|
- Redis for rate limit counters
|
|
- Celery for queue management
|
|
- API endpoint for queue status
|
|
- Admin panel for limit management
|
|
|
|
---
|
|
|
|
*Created: 2026-05-10*
|