Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Reduce number of CMR calls to get collection granule details #70

Description

@jamesfwood

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions