ProductUpdateLatencyTolerance
Stay organized with collections
Save and categorize content based on your preferences.
Specifies the tolerance for the end-to-end propagation latency of a product update.
Enums |
PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED |
Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE. |
PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE |
The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour. |
PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT |
The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[[["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 2024-08-21 UTC."],[[["Defines acceptable delays for product updates to reach users."],["Offers two options: latency-sensitive for quick updates with limited throughput and latency-tolerant for slower updates with high throughput."],["Latency-sensitive updates reach users within minutes to hours, while latency-tolerant updates can take up to 24 hours."],["Throughput limitations: latency-sensitive allows 7,200 updates per app per hour, while latency-tolerant supports 720,000 updates per app per hour using batch modifications."]]],[]]