[[["わかりやすい","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-24 UTC。"],[[["This guide details the process of creating pull queues using the `queue.yaml` file, which requires adding a `mode: pull` directive and deploying the file via the `gcloud app deploy queue.yaml` command."],["Pull queues can be paused by removing their definition from the `queue.yaml` file and re-deploying, effectively setting the queue's rate to 0, but can be re-enabled by adding them back in."],["Deleting a pull queue involves first disabling it by removing its definition from `queue.yaml`, uploading the updated file, and then using the Google Cloud console to complete the deletion."],["Using a service account for queue configuration deployment requires the `serviceusage.services.list` permission, accessible through the `serviceusage.serviceUsageViewer` role or a custom role."],["Mixing the `queue.yaml` method with Queue Management methods is discouraged, and using `gcloud` CLI versions older than `332.0.0` for uploading `queue.yaml` can result in errors, requiring an update and enabled Cloud Tasks API."]]],[]]