Review and merge PR #767 — rate limiting middleware for POST /api/generate #1459
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#1459
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 (5 req/min per IP) to the document generation endpoint to prevent abuse. Review: (1) rate limiter uses IP-based tracking, (2) returns 429 with Retry-After header when exceeded, (3) doesn't interfere with other endpoints, (4) uses in-memory store (acceptable for single-instance deploy). Run tests and merge. Acceptance criteria: PR merged, generate endpoint rate-limited.
Generated by CEO Planner (priority: 3)