API v1 notices endpoint has no pagination
Open
bug
documentation
- Dominant language
- Ruby
- Stars
- 4.3k
- Forks
- 988
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 48
Description
The `/api/v1/notices` endpoint returns all matching notices in a single response. Without date filters, large installations can load the entire notices collection into memory, causing slow requests, worker exhaustion, or OOM restarts.
The endpoint needs a bounded response size and documented pagination behavior.
Contributor guide
Assessment
This issue has not been assessed yet.