[[["わかりやすい","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-03-06 UTC。"],[[["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."]]],[]]