aodh/releasenotes/notes/enable-aodh-service-multi-processes-67ed9a0b7fac69aa.yaml
ZhiQiang Fan 2f5cfb6002 Enable aodh service to be multi-processes
aodh-notifier is stateless, it is naturally can be multi-processes.
aodh-evaluator can be multi-processes because it by default runs
in workload_partition mode.
aodh-listener shares nothing between workers, an event can only
be consumed by a single worker, and sql provides transaction ability
hence it is safe to use multi-processes as well.

Change-Id: I5a8051909be8626cd9d037992132740d03110892
2016-04-29 01:22:23 +08:00

8 lines
272 B
YAML

---
features:
- Enable aodh services, including aodh-evalutor, aodh-listener and
aodh-notifier to run in multiple worker mode.
New options are introduced corresponsively as [evaluator]workers,
[listener]workers and [notifier]workers. They all default to 1.