[Bug] Verify /webhook rate limiting under real traffic #4

Open
opened 2026-07-12 19:05:14 +00:00 by ilvoen · 0 comments
Owner

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

### 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_
ilvoen added the bug label 2026-07-12 19:05:14 +00:00
ilvoen added this to the Varde Backlog v0.1.1 project 2026-07-12 19:05:14 +00:00
ilvoen moved this to Testing in Varde Backlog v0.1.1 on 2026-07-12 19:05:16 +00:00
ilvoen added this to the v0.1.1 milestone 2026-07-12 19:09:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ilvoen/varde#4