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

Add processing time and date to dumps status #999

Closed
bidoubiwa opened this issue Oct 8, 2020 · 2 comments
Closed

Add processing time and date to dumps status #999

bidoubiwa opened this issue Oct 8, 2020 · 2 comments
Assignees
Labels
enhancement New feature or improvement
Milestone

Comments

@bidoubiwa
Copy link
Contributor

bidoubiwa commented Oct 8, 2020

Is your feature request related to a problem? Please describe.
For the moment the dump status looks like this

{
   "uid": 123,
   "status": "done"
}

There is missing information on how much time a dump is made. Information that could be relevant when adding the dump in a scheduled task.

Describe the solution you'd like

We should also add the following: createdAt, processedAt, duration.

With the same idea as the update body:

{
  "status": "processed",
  "updateId": 1,
  //...
  "duration": 12.757581815,
  "enqueuedAt": "2019-12-07T21:10:07.607581330Z",
  "processedAt": "2019-12-07T21:10:20.511525620Z"
}
@qdequele qdequele added enhancement New feature or improvement good first issue Good for newcomers labels Dec 5, 2020
@CreaTorAlexander
Copy link

Hey, I would like to do this can I get some more informations?

@curquiza
Copy link
Member

Fixed by the integration of the new search engine in #1421

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants