masakari/releasenotes/notes/add-periodic-tasks-0c96d6f6...

25 lines
998 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
features:
- |
Added _process_unfinished_notifications to process notifications
which are in error or new state. This periodic task will execute at
regular interval defined by new config option
'process_unfinished_notifications_interval' defaults to 120 seconds. The
notifications which are in new status will be picked up based on a new
config option retry_notification_new_status_interval defaults
to 60 seconds.
To change the default execution time of periodic task, following config
option needs to be set with desirable time under 'DEFAULT' section in
'masakari.conf' file::
[DEFAULT]
process_unfinished_notifications_interval = 120
To change the default identification time of notifications which are stuck
in 'NEW' state, following config option needs to be set with desirable
time under 'DEFAULT' section in 'masakari.conf' file::
[DEFAULT]
retry_notification_new_status_interval = 60