-
Notifications
You must be signed in to change notification settings - Fork 3
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
Problem: lack of timestamps for task lifecycle in Archivematica microservices #832
Comments
More info in #783 |
sevein
changed the title
Feature: add start/end dates for archivematica microservices
Problem: lack of timestamps for task lifecycle in Archivematica microservices
Jan 19, 2024
This was referenced Jan 23, 2024
Diogenesoftoronto
added a commit
that referenced
this issue
Jan 25, 2024
adds timestamps to Preservations Tasks and gives additional details to the user in the enduro dashboard about when archivematica jobs started and finished. Closes #832
Diogenesoftoronto
added a commit
that referenced
this issue
Jan 25, 2024
adds timestamps to Preservations Tasks and gives additional details to the user in the enduro dashboard about when archivematica jobs started and finished. Closes #832
Diogenesoftoronto
added a commit
that referenced
this issue
Jan 30, 2024
Adds timestamps to Preservations Tasks and gives additional details to the user in the enduro dashboard about when archivematica jobs started and finished. Closes #832
Diogenesoftoronto
added a commit
that referenced
this issue
Jan 31, 2024
Adds timestamps to Preservations Tasks and gives additional details to the user in the enduro dashboard about when archivematica jobs started and finished. Closes #832
Timestamps now appear in the database: However, they don't appear in the UI: 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. |
mcantelon
added a commit
that referenced
this issue
May 7, 2024
mcantelon
added a commit
that referenced
this issue
May 7, 2024
Added display of package task start and completion date/time when displaying package activity tasks in the dashboard. Fixed warnings during date conversion to ISO 8601 format.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 .
The text was updated successfully, but these errors were encountered: