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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eRetryPolicy\u003c/code\u003e class within the Google Cloud Pub/Sub v1 API for .NET, detailing its role in managing message redelivery attempts.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRetryPolicy\u003c/code\u003e class uses exponential backoff for message redelivery, with configurable minimum and maximum delay durations between attempts.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers a range of versions for the \u003ccode\u003eRetryPolicy\u003c/code\u003e class from version 2.3.0 up to the latest release of 3.23.0, and includes the current version 3.9.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRetryPolicy\u003c/code\u003e implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and includes properties to specify \u003ccode\u003eMinimumBackoff\u003c/code\u003e and \u003ccode\u003eMaximumBackoff\u003c/code\u003e values.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRetryPolicy\u003c/code\u003e is triggered when a message is negatively acknowledged (NACK) or when the acknowledgement deadline for the message has been exceeded.\u003c/p\u003e\n"]]],[],null,[]]