RetryPolicy will be triggered on NACKs or acknowledgement deadline
exceeded events for a given message.
Retry Policy is implemented on a best effort basis. At times, the
delay between consecutive deliveries may not match the
configuration. That is, delay can be more or less than configured
backoff.
Attributes
Name
Description
minimum_backoff
.duration.Duration
The minimum delay between consecutive
deliveries of a given message. Value should be
between 0 and 600 seconds. Defaults to 10
seconds.
maximum_backoff
.duration.Duration
The maximum delay between consecutive
deliveries of a given message. Value should be
between 0 and 600 seconds. Defaults to 600
seconds.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-13 UTC."],[],[]]