[Bug] Verify /webhook rate limiting under real traffic #4
Reference in New Issue
Block a user
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?
Description
Rate limiter is implemented (
rate.NewLimiter, 1 request per 10s, global, applied to /webhook only) but not yet verified against a real Gitea webhook trigger. Confirm 429 responses fire correctly on rapid repeated triggers (e.g. push + tag events firing close together).Expected Behavior
No response
Steps to Reproduce
No response
Version
No response
Relevant Logs
No response