milestone/05 #185

Merged
fuzzy merged 4 commits from milestone/05 into main 2026-06-26 08:11:39 +00:00
Owner
No description provided.
feat: implement rate limiting and scheduling systems
All checks were successful
Test and Release / test (pull_request) Successful in 3m15s
Test and Release / lint (pull_request) Successful in 3m48s
4e29f4dd43
This commit adds comprehensive rate limiting and scheduling functionality:
- Implements sliding window rate limiting with per-channel and global limits
- Adds quota tracking with daily reset and backoff support
- Creates a priority queue scheduler for time-based video publishing
- Includes state persistence for rate limiters across restarts
- Adds channel-specific rate limit overrides and validation
- Updates ROADMAP.md to mark completed tasks as done
fuzzy merged commit 4e29f4dd43 into main 2026-06-26 08:11:39 +00:00
fuzzy deleted branch milestone/05 2026-06-26 08:11:43 +00:00
Sign in to join this conversation.
No reviewers
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/hermes!185
No description provided.