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 latency to SucceededJobDto #2300

Open
ArneMancofi opened this issue Oct 3, 2023 · 1 comment
Open

Add latency to SucceededJobDto #2300

ArneMancofi opened this issue Oct 3, 2023 · 1 comment

Comments

@ArneMancofi
Copy link

ArneMancofi commented Oct 3, 2023

The SucceededJobDto class contains the TotalDuration, which seems also to include the latency.

It would be useful to be able to distinguish between the execution time and latency, for instance in cases where you want to assess the execution speed of the job.

Could the latency be added to SucceededJobDto?

Also, it might be useful to add duration and latency to the FailedJobDto class.

@ArneMancofi ArneMancofi changed the title Add latency to SucceededJobsDto Add latency to SucceededJobDto Oct 3, 2023
@ArneMancofi
Copy link
Author

I have suggested a way to add the performance duration to the SucceededJobDto in PR2301.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant