-
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
Certain playbook output has unexpected delays #9085
Comments
fwiw I started to look at this in my local dev environment I noticed that running something like https://github.com/ansible/test-playbooks/blob/master/chatty_tasks.yml with 1 host and 5000 messages, I did not get any output until the end of the playbook run. Tried blowing away all my containers and starting fresh, but now I'm having trouble getting ti to run at all (stuck at will continue tomorrow |
@ryanpetrello I'm still seeing some weird behavior when I try also on an ec2 instance here's a gif trying to capture what I'm seeing. Essentially a little bit of stdout will show when launching the job, but then it just does not update until I do a hard refresh not saying your change was not good -- but does not seem sufficient to say that there is not any other "unexpected delays" |
@kdelee for what it's worth, the new UI may make this hard to troubleshoot/verify - @jakemcdermott suggested to me that there may still be some streaming stdout warts? @kdelee if you open the websocket tab in a browser console, are you able to see messages come in? |
We're still seeing this |
It is hard to fully determine if this is fixed until the websocket problems are fixed. |
Run this playbook on an awx install that is doing little or nothing else:
...observe that none of the events are recorded, nor does any of the stdout show up in the UI until the playbook command finishes executing (then everything shows up at the end in a giant burst).
The text was updated successfully, but these errors were encountered: