NASA-PDS / deep-archive

PDS Open Archival Information System (OAIS) utilities, including Submission Information Package (SIP) and Archive Information Package (AIP) generators
https://nasa-pds.github.io/deep-archive/
Other
7 stars 4 forks source link

As a user, I want to know that the software is still executing on long running jobs. #136

Open jordanpadams opened 1 year ago

jordanpadams commented 1 year ago

🧑‍🔬 User Persona(s)

Node Operator

💪 Motivation

...so that I can be sure the software is still working and is not timing out.

📖 Additional Details

When running pds-deep-archive-registry for bundle urn:nasa:pds:mess_rs_derived::3.0, it takes a long time and it just hangs for a while as it is connecting with the API and parsing through the data. Ideally we would have some sort of heartbeat to indicate the software is still working. Doesn't need to be all that often, but something to show it is still working.

⚖️ Acceptance Criteria

Given When I perform Then I expect

⚙️ Engineering Details