504 Error Gateway Time-out for /cwms-data/ratings/metadata
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 28
- Forks
- 25
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 20
Description
curl -X 'GET' \ 'https://cwms-data.usace.army.mil/cwms-data/ratings/metadata?office=MVS' \ -H 'accept: application/json;version=2' \ -H 'Cache-Control: no-cache, no-store, max-age=0' \ -H 'Pragma: no-cache'
This endpoint works on the T7 CDA version 2026.05.12-f
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the documented GET request for /cwms-data/ratings/metadata with office=MVS and compare its behavior with the T7 CDA version 2026.05.12-f. No source files or tests are named, so trace the endpoint implementation and its timeout path; done means the request returns successfully rather than a 504 for this case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100