docs: tweaks
This commit is contained in:
parent
9cb187c2c4
commit
1d41adb346
|
@ -82,8 +82,7 @@ Installation
|
||||||
<form action="https://networkgenomics.com/save-email/" method="post" id="emailform">
|
<form action="https://networkgenomics.com/save-email/" method="post" id="emailform">
|
||||||
<input type=hidden name="list_name" value="mitogen-announce">
|
<input type=hidden name="list_name" value="mitogen-announce">
|
||||||
|
|
||||||
Releases occur frequently and often include important fixes. Subscribe
|
Get notified of new releases and important fixes.
|
||||||
to the mitogen-announce list to stay updated.
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<input type="email" placeholder="E-mail Address" name="email" style="font-size: 105%;">
|
<input type="email" placeholder="E-mail Address" name="email" style="font-size: 105%;">
|
||||||
|
|
|
@ -72,18 +72,20 @@ Mitogen for Ansible
|
||||||
detected, to work around a broken heuristic in popular SELinux policies that
|
detected, to work around a broken heuristic in popular SELinux policies that
|
||||||
prevents inheriting ``AF_UNIX`` sockets across privilege domains.
|
prevents inheriting ``AF_UNIX`` sockets across privilege domains.
|
||||||
|
|
||||||
* `#467 <https://github.com/dw/mitogen/issues/467>`_: an incompatibility
|
* `#467 <httpe://github.com/dw/mitogen/issues/467>`_: an incompatibility
|
||||||
running Mitogen under Molecule was resolved.
|
running Mitogen under Molecule was resolved.
|
||||||
|
|
||||||
* `#547 <https://github.com/dw/mitogen/issues/547>`_,
|
* `#547 <https://github.com/dw/mitogen/issues/547>`_,
|
||||||
`#598 <https://github.com/dw/mitogen/issues/598>`_: fix a serious deadlock
|
`#598 <https://github.com/dw/mitogen/issues/598>`_: fix a serious deadlock
|
||||||
possible during initialization of any task executed by forking, such as
|
possible while initializing the service pool of any child, such as during
|
||||||
``async`` tasks, tasks using custom :mod:`ansible.module_utils`,
|
connection, ``async`` tasks, tasks using custom :mod:`module_utils`,
|
||||||
``mitogen_task_isolation: fork`` modules, and those present on an internal
|
``mitogen_task_isolation: fork`` modules, and those present on an internal
|
||||||
blacklist of misbehaving modules. This deadlock is relatively easy hit, has
|
blacklist of misbehaving modules.
|
||||||
been present since 0.2.0, and is likely to have impacted many users. For new
|
|
||||||
connections it could manifest as a *Connection timed out* error, for forked
|
This deadlock is relatively easy hit, has been present since 0.2.0, and is
|
||||||
tasks it could manifest as a timeout or an apparent hang.
|
likely to have impacted many users. For new connections it could manifest as
|
||||||
|
a *Connection timed out* error, for forked tasks it could manifest as a
|
||||||
|
timeout or an apparent hang.
|
||||||
|
|
||||||
* `#549 <https://github.com/dw/mitogen/issues/549>`_: the open file descriptor
|
* `#549 <https://github.com/dw/mitogen/issues/549>`_: the open file descriptor
|
||||||
limit for the Ansible process is increased to the available hard limit. It is
|
limit for the Ansible process is increased to the available hard limit. It is
|
||||||
|
|
Loading…
Reference in New Issue