zaqar/releasenotes/notes/support-more-backoff-functions-41e02a5977341576.yaml
gecong1973 ef8631899e Add more backoff functions
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
2017-10-24 01:01:47 +00:00

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'.