Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

UI does not show statistics for running operations #710

Closed
vrozaev opened this issue Aug 6, 2024 · 2 comments
Closed

UI does not show statistics for running operations #710

vrozaev opened this issue Aug 6, 2024 · 2 comments

Comments

@vrozaev
Copy link
Collaborator

vrozaev commented Aug 6, 2024

Probably because get_operation has two fields:

"job_statistics": {},
"job_statistics_v2": { ... }

And UI looks at job_statistics, which for some reason is empty for running operations

@ma-efremoff
Copy link
Collaborator

And UI looks at job_statistics, which for some reason is empty for running operations

It looks like UI never tries to read job_statistics, but reads job_statistics_v2.

@vrozaev vrozaev self-assigned this Aug 9, 2024
@vrozaev vrozaev removed their assignment Aug 23, 2024
@vrozaev
Copy link
Collaborator Author

vrozaev commented Nov 1, 2024

Incorrect ticket.

@vrozaev vrozaev closed this as completed Nov 1, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants