MAAP-Project / maap-documentation

9 stars 12 forks source link

added hysds <-> maap job status mapping #386

Closed rtapella closed 3 months ago

rtapella commented 3 months ago

added to the maap.py and jobs ui pages:

Job Status

Job status may be different between the HySDS Figaro job-monitoring dashboard and the Jobs UI. Below is a mapping of status terms:

MAAP <- HySDS
Accepted <- job-queued
Running <- job-started
Success <- job-completed
Failed <- job-offline or job-failed

HySDS state not valid/used in MAAP: job-deduped
review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

rtapella commented 3 months ago

How do we present job-revoked in maap.py/Jobs UI? Failed?

marjo-luc commented 3 months ago

The UI will show a status of job-revoked because this is what maap-py and the MAAP API return.

rtapella commented 3 months ago

added job-revoked