The minimum time by which the deadline for each incoming message is extended.
While waiting for an ack or nack from the application the Cloud Pub/Sub C++ client library will extend the deadline by at least this amount. The default minimum extension is 1 minute. An application may wish to reduce this extension so that the Pub/Sub service will resend a message sooner when it does not hear back from a Subscriber. An application may wish to increase this extension time to avoid duplicate message delivery.
[[["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-04-17 UTC."],[[["This page provides documentation for the `MinDeadlineExtensionOption` in the Cloud Pub/Sub C++ client library, detailing its functionality across various versions."],["The `MinDeadlineExtensionOption` determines the minimum duration the client library extends the message deadline while awaiting acknowledgment or negative acknowledgment."],["The default minimum extension for messages is one minute, and this value can be adjusted by applications to influence the timing of message redelivery."],["The value for `MinDeadlineExtensionOption` is constrained to be between 10 seconds and 10 minutes, or between 10 seconds and the time defined by `MaxDeadlineExtensionOption` if set."],["The type alias for this option is `std::chrono::seconds`, indicating that it handles time durations in seconds."]]],[]]