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."],[[["This webpage provides documentation for the `RetryPolicy` class within the Google Cloud Pub/Sub v1 API for .NET, detailing its role in managing message redelivery attempts."],["The `RetryPolicy` class uses exponential backoff for message redelivery, with configurable minimum and maximum delay durations between attempts."],["The documentation covers a range of versions for the `RetryPolicy` class from version 2.3.0 up to the latest release of 3.23.0, and includes the current version 3.9.1."],["`RetryPolicy` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties to specify `MinimumBackoff` and `MaximumBackoff` values."],["`RetryPolicy` is triggered when a message is negatively acknowledged (NACK) or when the acknowledgement deadline for the message has been exceeded."]]],[]]