ef8631899e
This patch introduces more retry backoff function the delivery retry policy into Zaqar. It will work when Zaqar failed to send the notification to the subscriber. Users can define the retry backoff function in the options of subscription or metadata of queue. Change-Id: I0bffd9249f8a0d466ecea1ac36d8adc37b742238 Implement: blueprint support-more-backoff-functions
8 lines
333 B
YAML
8 lines
333 B
YAML
---
|
|
features:
|
|
- Support more retry backoff function in webhook type. It will work
|
|
when Zaqar failed to send the notification to the subscriber.
|
|
Users can define the retry backoff function in metadata of queue.
|
|
There are four retry backoff functions including 'linear',
|
|
'arithmetic', 'geometric' and 'exponential'.
|