Review and merge PR #767: rate limiting middleware on POST /api/generate #1203
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#1203
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 #767 adds rate limiting middleware to the POST /api/generate route. Prevents abuse of the document generation endpoint.
Steps:
gh pr checkout 767{ error: 'Rate limit exceeded', retryAfter: <seconds> }when exceededRetry-Afterheader on 429 responsesAcceptance: PR merged. POST /api/generate has per-IP rate limiting.
Generated by CEO Planner (priority: 2)