Files
community.general/changelogs/fragments/11953-supervisorctl-parallel-all.yml
Alexei Znamensky a6dd7ce58c supervisorctl: use parallel bulk commands when name=all (#11953)
* feat(supervisorctl): use parallel bulk commands for name=all

When name=all, dispatch a single `supervisorctl start/stop/restart all`
instead of iterating per process, matching the CLI's parallel behaviour.
Also extract inline status-filter lambdas into named module-level functions.

Fixes #8159

* feat(changelog): add fragment for PR 11953
2026-05-02 10:35:57 +12:00

5 lines
270 B
YAML

minor_changes:
- supervisorctl - when ``name=all``, dispatch a single ``supervisorctl start/stop/restart all``
command (https://github.com/ansible-collections/community.general/issues/8159,
https://github.com/ansible-collections/community.general/pull/11953).