참고: Java 8은 2024년 1월 31일 지원 종료되었습니다. 기존 Java 8 애플리케이션은 계속 실행되고 트래픽을 수신합니다. 그러나 지원 종료 날짜 이후에는 해당 런타임을 사용하는 애플리케이션의 재배포를 App Engine에서 차단할 수 있습니다.
지원되는 최신 Java 버전으로 마이그레이션하는 것이 좋습니다.
[[["이해하기 쉬움","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."]]],[]]