Update the default value of maximum_delay

Now we have decided to update the default value
of maximum_delay from 60 to 30 seconds in
notification retry policy.

That could reduce the unnecessary workload in Zaqar.

Change-Id: I21a2bc9415eb3956c09dfc9d61eadaca8e187d97
Closes-Bug: #1709231
This commit is contained in:
wanghao 2017-08-08 11:22:20 +08:00
parent 0dd5243a7b
commit db632d7d63

View File

@ -132,10 +132,11 @@ model of retry policy should be like this::
* retries_with_no_delay=3
* minimum_delay_retries=3
* minimum_delay=5
* maximum_delay=60
* maximum_delay=30
* maximum_delay_retries=3
* retry_backoff_function=linear
* ignore_subscription_override=False
Those default values will be configurable in Queens.
..note::