You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ArneMancofi
changed the title
Add latency to SucceededJobsDto
Add latency to SucceededJobDtoOct 3, 2023
The
SucceededJobDto
class contains theTotalDuration
, 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.The text was updated successfully, but these errors were encountered: