Skip to content
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

github actions to check for pangeo updates #39

Open
3 tasks
kdorheim opened this issue Nov 16, 2021 · 0 comments
Open
3 tasks

github actions to check for pangeo updates #39

kdorheim opened this issue Nov 16, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@kdorheim
Copy link
Collaborator

Stitches relies on internal package data that represents a snapshot of the pangeo archive. This minimizes run time of the actual stitching process as a number of pre-stitching time-intensive steps (making the matching archive) have already been completed. However if the pangeo archive updates this may cause errors.

  • add checks to make sure that we are stitching with up to date with the pangeo archive
  • an updated internal data script that can be launched as a job on pic
  • a potential idea is to add a github actions script that would launch on a semi-regular basis that would fail if pangeo updates which would notify us that it is time to rebuild the package data. Launching the rebuild of the package data might be too computationally expensive to run on github actions but checking the pangeo catalog should not be.
@kdorheim kdorheim added the enhancement New feature or request label Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant