ceilometer/releasenotes/notes/parallel_requests_option-a3f901b6001e26e4.yaml
Julien Danjou c84c113c0a gnocchi/notification: allow to configure the maximum number of requests in parallel
This overrides the number of $executor_thread_pool_size with a global option
that is also used to set the number of parallel requests to Gnocchi that can be
done.

Change-Id: Iaa7e3d0739a63d571dd2afc262d191dffe5a0eef
2017-04-24 16:57:28 +02:00

7 lines
246 B
YAML

---
features:
- |
A new option named `max_parallel_requests` is available to control the
maximum number of parallel requests that can be executed by the agents.
This option also replaces the `poolsize` option of the HTTP publisher.