Initial commit: VoIdeaAI - voice-first AI idea assistant
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# 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*
|
||||
Reference in New Issue
Block a user