You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)