jnichols-git / jnichols-git/Gate
Possible memory problems with gatecode
Open
good first issue
stability
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
pkg/gatecode stores codes in memory UNTIL they are checked. If a number of requests are made and never resolved, that memory won't be freed until the server restarts. To avoid stability issues, a solution is needed to routinely empty expired codes from memory.
Contributor guide
Assessment
This issue has not been assessed yet.