49a4be7277
This allows to send Ceilometer notifications in a background thread, no longer blocking Swift proxy if the RabbitMQ is not available. This patch does not change the default behavior. Change-Id: Iad1f69f273fe80176c6010f8f3cc24313d7c5ab4
11 lines
507 B
YAML
11 lines
507 B
YAML
---
|
|
features:
|
|
- A new ceilometermiddleware option "nonblocking_notify" has been
|
|
added and can be used to send notifications in a separate background
|
|
thread. This avoids blocking of Swift if RabbitMQ is not able to
|
|
process new notifications. In this case notifications will be
|
|
dropped after the local queue (defaults to 1000 entries) is
|
|
exhausted. It requires the Newton release of ceilometermiddleware.
|
|
This option is disabled by default and not changing the current
|
|
behavior.
|