Deloy with ansible-playbook async mode cost too much time on 2000+ hosts

35 views
Skip to first unread message

yuyu...@bytedance.com

unread,
May 21, 2015, 1:46:12 PM5/21/15
to ansible...@googlegroups.com
I found ansible stuck on this code,and I dont know why.

runner/__init__.py

1377         TIMEOUT = 100
1378         start_time = time.time()
1379         try:
1380             while not result_queue.empty():
1381                 results.append(result_queue.get(block=False))
1382         except socket.error:
1383             raise errors.AnsibleError("<interrupted>")
1384         return results


best wishes.
Reply all
Reply to author
Forward
0 new messages