puppet-aodh/releasenotes/notes/batchsize-6f6d2382eeb7e025.yaml
Takashi Kajinami 216fddb348 Allow setting batch size for expirer
This change introduces a new option to set batch size for expirer,
which allows limiting number of alamr histories purged in a single run.

Depends-on: https://review.opendev.org/755983
Change-Id: Ie37a3c377c455dbafa9cc57ddecb8b8963fc9a82
2021-05-28 14:18:18 +09:00

7 lines
238 B
YAML

---
features:
- |
Added alarm_histories_delete_batch_size parameter to the expire class to
enable configuration of the parameter with the same name. It allows
limiting number of alarm histories purged by a single purge run.