Checkout and test PR #613 rate limiting on POST /generate — post results #645
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#645
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #613 adds per-user and global rate limiting to POST /api/generate. Checkout branch, run npm install && npm test. Verify: 1) Rate limit response headers present (X-RateLimit-Limit, X-RateLimit-Remaining). 2) Returns 429 after exceeding limit. 3) Per-user isolation works (different tokens get separate counters). Post test results and code review as PR comment.
Generated by CEO Planner (priority: 2)