puppet-swift/releasenotes/notes/non-blocking-ceilometermiddleware-3ed113824614016c.yaml
Christian Schwede 49a4be7277 Add nonblocking_notify to Swift proxy ceilometer config
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
2016-11-01 12:07:27 +01:00

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.