puppet-watcher/releasenotes/notes/cron-db_purge-43ea67b564185d97.yaml
Takashi Kajinami 3f3c5dfd46 Add support for cron job to purge objects
watcher provides the CLI tool to purge delete or orphaned objects from
database[1]. This allows users to set up cron job to periodically
execute the CLI to reduce database size.

[1] https://docs.openstack.org/watcher/latest/man/watcher-db-manage.html#purge

Change-Id: I70fe945818fdd4a31ddd0d0d502df53f6eeb5b3f
2023-03-20 03:33:34 +09:00

7 lines
200 B
YAML

---
features:
- |
The new ``watcher::cron::db_purge`` class has been added. This class can be
used to configure cron job to periodically purge deleted or orphaned
objects from database.