[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-06-16 (世界標準時間)。"],[[["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."]]],[]]