2f5cfb6002
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
8 lines
272 B
YAML
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.
|