[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-07。"],[[["Warmup requests help reduce latency by loading your app's code into new instances before live requests arrive, avoiding delays caused by loading requests."],["App Engine uses warmup requests to initialize new instances in situations like deployments, increased traffic, or infrastructure maintenance, but they are not guaranteed in every scenario."],["Enabling warmup requests in your `app.yaml` file with the `inbound_services: - warmup` directive allows App Engine to send `GET` requests to `/_ah/warmup` for instance initialization."],["You can create a handler for the `/_ah/warmup` path to execute application-specific tasks, such as pre-caching data, during the warmup process."],["Warmup requests do consume instance hours, however in most cases they will replace loading requests and will not result in an increase in instance hours, and an increase in instance hour usage may occur if more tasks are done during warmup."]]],[]]