A maximum time limit on application initialization, measured from moment
the application successfully replies to a healthcheck until it is ready to
serve traffic.
[[["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\u003eThe \u003ccode\u003eReadinessCheck\u003c/code\u003e class in the Google Cloud App Engine v1 API allows configuration for monitoring the readiness of VM instances, removing unhealthy ones from traffic.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides properties to define critical parameters for readiness checks, such as \u003ccode\u003eCheckInterval\u003c/code\u003e, \u003ccode\u003eTimeout\u003c/code\u003e, \u003ccode\u003eFailureThreshold\u003c/code\u003e, and \u003ccode\u003eSuccessThreshold\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties for HTTP readiness checks, allowing customization of the request path (\u003ccode\u003ePath\u003c/code\u003e) and host header (\u003ccode\u003eHost\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe class also allows for control over the application's initialization time with the \u003ccode\u003eAppStartTimeout\u003c/code\u003e property, ensuring the app is fully ready before serving traffic.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadinessCheck\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<ReadinessCheck>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<ReadinessCheck>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing diverse functionalities.\u003c/p\u003e\n"]]],[],null,[]]