-
Notifications
You must be signed in to change notification settings - Fork 84
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
Comments
@epicfaace @teetone Look into this issue |
jzwang43
changed the title
[Frontend] Sttdout and File Section not working/refreshing
[Frontend] Stdout and File Section not working/refreshing
Feb 15, 2022
jzwang43
changed the title
[Frontend] Stdout and File Section not working/refreshing
Stdout and File Section not working/refreshing
Feb 22, 2022
I think the API that hangs is: rest/bundles/xxxxx/contents/info/ |
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? |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: