Release note for _process_unfinished_notifications periodic task
Implements: bp add-periodic-tasks Change-Id: I98952acecb842c8498d92a761d6461e750ba52ab
This commit is contained in:
24
releasenotes/notes/add-periodic-tasks-0c96d6f620502a75.yaml
Normal file
24
releasenotes/notes/add-periodic-tasks-0c96d6f620502a75.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
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
|
Reference in New Issue
Block a user