0a1017d7f0
Change-Id: I4b95ac68cb6f0edc1938fed3ca85dda5fcc575d5 Co-Authored-By: Idan Hefetz <idan.hefetz@nokia.com>
11 lines
494 B
YAML
11 lines
494 B
YAML
---
|
|
features:
|
|
- The collector service was changed to run on demand instead of periodically,
|
|
hence it can now be run in active-active mode. This is as part of a larger
|
|
design to improve high availability.
|
|
- Oslo service was replaced by cotyledon, so Vitrage uses real threads and
|
|
multiprocessing. This change removes unnecessary complications of using
|
|
eventlets and timers.
|
|
- Created a dedicated process for the api handler, for better handling api
|
|
calls under stress.
|