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.
[[["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 2025-03-31 UTC."],[[["The `RetryPolicy` class in the `Google.Cloud.PubSub.V1` namespace dictates how Cloud Pub/Sub retries message delivery, triggered by NACKs or exceeded acknowledgement deadlines."],["Version 3.23.0 is the latest release, and numerous older versions are available, going back to 2.3.0."],["Retry delays are implemented with exponential backoff, and delays may not perfectly match configured settings at all times."],["`RetryPolicy` has two properties, `MaximumBackoff` and `MinimumBackoff`, which define the maximum and minimum delay between consecutive message deliveries, respectively, with values between 0 and 600 seconds."],["The `RetryPolicy` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]