manila/releasenotes/notes/clean-expired-messages-6161094d0c108aa7.yaml
Jan Provaznik c547604ed1 Add user messages periodic cleanup task
Adds a task to manila-scheduler service which periodically (once per day
by default) cleans up expired user messages. In user messages spec I
preferred doing this cleanup by a "manila-manage" command invoked by
user. But because it would mean another task management for admin and
because cinder uses periodic task too, I diverged from the spec.

Change-Id: If0ba2383d4d7eaca4dee8a0d39f39c5481bfbfdd
Partially-Implements: bp user-messages
2017-07-17 07:53:19 +02:00

6 lines
157 B
YAML

---
features:
- |
Added a periodic task which cleans up expired user messages. Cleanup
interval can be set by message_reap_interval config option.