[[["易于理解","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-06。"],[[["This document details how to create, pause, and delete pull queues, which are essential for managing tasks."],["Pull queues are defined using a `queue.yaml` file, with the `mode: pull` directive, and deployed via the `gcloud app deploy queue.yaml` command."],["Queues can be disabled by removing their definition from the `queue.yaml` file and uploading the updated file, effectively pausing task processing."],["To permanently delete a queue, it must first be disabled through the `queue.yaml` file method and then removed using the Google Cloud console, with a 7-day wait period before the same name can be reused."],["The `queue.yaml` method cannot be mixed with Queue Management methods, and it is important to make sure the Cloud Task API is enabled and the gcloud CLI is up to date to avoid server errors."]]],[]]