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

Stdout and File Section not working/refreshing #3994

Closed
pranavjain opened this issue Feb 9, 2022 · 4 comments · Fixed by #4029
Closed

Stdout and File Section not working/refreshing #3994

pranavjain opened this issue Feb 9, 2022 · 4 comments · Fixed by #4029
Assignees
Labels
backend bug frontend p1 Do it in the next two weeks.

Comments

@pranavjain
Copy link
Contributor

  • User should be able to open the Stddout file and view its content in real time when the job is running.
    Bug: The file keeps loading

  • Files list take too long to show (refer to 0:45 in the video)

  • Stddout output should be printed on the bundle infobox. (Randomly repros, Not visible in the video, visible in the attached screenshot)

Screen.Recording.2022-02-09.at.1.16.08.PM.mov

image

@pranavjain pranavjain added bug frontend p1 Do it in the next two weeks. labels Feb 9, 2022
@pranavjain
Copy link
Contributor Author

pranavjain commented Feb 9, 2022

@jzwang43 Please target this one for this week along with the #3989 issue.

Do let me know if you need additional help to repro this bug.

@pranavjain
Copy link
Contributor Author

@epicfaace @teetone Look into this issue

@jzwang43 jzwang43 assigned epicfaace and teetone and unassigned jzwang43 Feb 15, 2022
@jzwang43 jzwang43 added backend and removed frontend labels Feb 15, 2022
@jzwang43 jzwang43 changed the title [Frontend] Sttdout and File Section not working/refreshing [Frontend] Stdout and File Section not working/refreshing Feb 15, 2022
@jzwang43 jzwang43 changed the title [Frontend] Stdout and File Section not working/refreshing Stdout and File Section not working/refreshing Feb 22, 2022
@jzwang43
Copy link
Contributor

I think the API that hangs is:

rest/bundles/xxxxx/contents/info/

@epicfaace
Copy link
Member

epicfaace commented Feb 22, 2022

The problem is that the frontend keeps requesting this over and over again, even when previous requests are still in progress (so this overloads the server / worker) -- we need to limit it so it only calls the endpoint once the previous calls have succeeded. @jzwang43 can you fix this?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug frontend p1 Do it in the next two weeks.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants