c547604ed1
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
6 lines
157 B
YAML
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.
|