File: fetch-metrics-concurrently-dffffe346bd4900e.yaml

package info (click to toggle)
cloudkitty 13.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,888 kB
  • sloc: python: 16,997; sh: 372; makefile: 218; pascal: 54
file content (7 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
upgrade:
  - |
    Metrics are now fetched concurrently with ``eventlet`` instead of one
    after another by the orchestrator, leading to a consequent performance
    improvement. The maximum number of greenthreads to use can be specified
    through the ``max_greenthreads`` option of the ``orchestrator`` section.