Skip to content

feat(auth): fix rate limiter goroutine lifecycle and resource leaks#112

Merged
allisson merged 1 commit intomainfrom
fix-rate-limiter
Mar 6, 2026
Merged

feat(auth): fix rate limiter goroutine lifecycle and resource leaks#112
allisson merged 1 commit intomainfrom
fix-rate-limiter

Conversation

@allisson
Copy link
Owner

@allisson allisson commented Mar 6, 2026

  • Updated RateLimitMiddleware and TokenRateLimitMiddleware to accept context.Context
  • Integrated rate limiter cleanup with the application lifecycle via SetupRouter
  • Added automated goroutine leak verification using goleak
  • Updated tech-stack documentation to include rate limiting
  • Archived completed conductor track 'Fix Rate Limiter Goroutine Lifecycle'

- Updated RateLimitMiddleware and TokenRateLimitMiddleware to accept context.Context
- Integrated rate limiter cleanup with the application lifecycle via SetupRouter
- Added automated goroutine leak verification using goleak
- Updated tech-stack documentation to include rate limiting
- Archived completed conductor track 'Fix Rate Limiter Goroutine Lifecycle'
@allisson allisson merged commit df94395 into main Mar 6, 2026
2 of 3 checks passed
@allisson allisson deleted the fix-rate-limiter branch March 6, 2026 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant