You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/forked-display-via-queue.yml

5 lines
279 B
YAML

minor_changes:
- Display - The display class will now proxy calls to Display.display via the queue from forks/workers
to be handled by the parent process for actual display. This reduces some reliance on the fork start method
and improves reliability of displaying messages.