artefactual-sdps / enduro

A tool to support ingest and automation in digital preservation workflows
https://enduro.readthedocs.io/
Apache License 2.0
4 stars 3 forks source link

Problem: lack of timestamps for task lifecycle in Archivematica microservices #832

Closed scollazo closed 1 month ago

scollazo commented 5 months ago

Is your feature request related to a problem? Please describe.

We have the list of archivematica services in the enduro ui, but not their actual start/end times.

Describe the solution you'd like

Take advantage of the new "detailed" parameter in Archivematica API as described here

Describe alternatives you've considered

None

Additional context

Getting duration times in the enduro interface helps getting the system "real" performance .

scollazo commented 5 months ago

More info in https://github.com/artefactual-sdps/enduro/issues/783

sallain commented 2 months ago

Timestamps now appear in the database:

image

However, they don't appear in the UI:

image

Start and end time columns should appear in the UI as well, to the left of Outcome. Note: there is a related issue, #933; it may be sensible to tackle them both at the same time.