docs: merge duplicate risks

This commit is contained in:
David Wilson 2018-04-01 22:34:53 +01:00
parent 470d8399a3
commit 8425b196e7
1 changed files with 2 additions and 4 deletions

View File

@ -126,7 +126,8 @@ High Risk
* `Asynchronous Actions And Polling * `Asynchronous Actions And Polling
<https://docs.ansible.com/ansible/latest/playbooks_async.html>`_ has received <https://docs.ansible.com/ansible/latest/playbooks_async.html>`_ has received
minimal testing. minimal testing. Jobs execute in a thread of the target Python interpreter.
This will fixed shortly.
* No mechanism exists yet to bound the number of interpreters created during a * No mechanism exists yet to bound the number of interpreters created during a
run. For some playbooks that parameterize ``become_user`` over a large number run. For some playbooks that parameterize ``become_user`` over a large number
@ -204,9 +205,6 @@ Behavioural Differences
connection to host closed`` to appear in ``stderr`` output of every executed connection to host closed`` to appear in ``stderr`` output of every executed
command. This never manifests with the Mitogen extension. command. This never manifests with the Mitogen extension.
* Asynchronous support is very primitive, and jobs execute in a thread of the
target Python interpreter. This will fixed shortly.
* Local commands are executed in a reuseable Python interpreter created * Local commands are executed in a reuseable Python interpreter created
identically to interpreters used on remote hosts. At present only one such identically to interpreters used on remote hosts. At present only one such
interpreter per ``become_user`` exists, and so only one action may be interpreter per ``become_user`` exists, and so only one action may be