-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Job Output / Time Elapsed not updating until the job finishes #8930
Comments
👋 Hello, @tstahnke2 Thanks for creating this issue. The elapsed time display issue is being tracked here: #8931 And the job output update bug you described is caused by #8596. We'll have fixes for both in an upcoming awx release. |
Hey, i've got the same problem with AWX 20.0.0. In the image, the highlighted request is the last that happened, a few requests before (the Didn't know if i should create a new issue for this, because this one matches perfectly to my problem :). |
@robinduerhager I can confirm I have the same issue with AWX 20.0.0 |
please reopen. still having this issue on AWX 21.0.0 |
ISSUE TYPE
SUMMARY
When launching jobs, all websockets appear to be working correctly, but only the indicator for the job running appears to update. The time elapsed and the output from the job does not appear until the job has completed.
ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
The job output/time elapsed should continuously update as the job runs
ACTUAL RESULTS
The job output and time elapsed don't update until the job finishes
ADDITIONAL INFORMATION
Screen shot of job right after launching (while the project SCM is updating)
Screen shot after SCM project has updated and the job has run for a few seconds
Screen shot after the job has finished
Note that event the job finished indicator doesn't show up until I reload the view:
The text was updated successfully, but these errors were encountered: