-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce number of CMR calls to get collection granule details #70
Comments
@jbyrne6 Make sure Hitide works in SIT also |
@davidcolemanjpl please test again in HiTIDE UAT. Hopefully it is fixed now. |
HiTIDE-UI UAT v4.17.2-rc.10 500 (Internal Server Error) and 400 (Bad Request) errors are still displaying in UI console: note: |
Conversation related to adding cmr feature to specify temporal facets for granulesJimmy Byrne Aug 6th at 9:18 AM Eudoro Olivares Raniolo query ($params: GranulesInput) { Jimmy Byrne Jimmy Byrne Jimmy Byrne |
I sent a direct message to Eudoro today (9/23/24) to remind him of the question so am waiting for that response. |
JIRA Link:
https://jira.jpl.nasa.gov/browse/PODAAC-6247
Fix this too:
https://jira.jpl.nasa.gov/browse/PODAAC-6314
Problem:
hitide is calling cmr too many times per collection (to get granule info) and cmr can't handle the load
Solution:
Related to how many years of data a collection has. Currently hitide makes a new request for each year, it should do one request for all data and parse it in the client instead.
Solution 2:
Update the request to get all data in one call and minimize the data requested (graphql)
The text was updated successfully, but these errors were encountered: