How often the session polls for automatic shutdowns.
Applications can shutdown a session by calling .cancel() on the returned future<Status>. In addition, applications can fire & forget a session, which is only shutdown once the completion queue servicing the session shuts down. In this latter case the session polls periodically to detect if the CQ has shutdown. This controls how often this polling happens.
[[["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-05-07 UTC."],[[["This webpage provides a comprehensive list of versions for the `ShutdownPollingPeriodOption` in the Google Cloud Pub/Sub C++ library, spanning from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The `ShutdownPollingPeriodOption` controls the frequency of session polling for automatic shutdowns, which is particularly relevant when an application fires and forgets a session."],["Applications can either manually shut down a session by calling `.cancel()` or rely on periodic polling to detect if the completion queue servicing the session has been shut down."],["The `ShutdownPollingPeriodOption` is essentially an alias for `std::chrono::milliseconds`, defining the unit for the polling interval."]]],[]]