참고: Python 2.7은 2024년 1월 31일 지원 종료됩니다. 기존 Python 2.7 애플리케이션을 계속 실행하고 트래픽을 받을 수 있습니다. 그러나 지원 종료 날짜 이후에는 해당 런타임을 사용하는 애플리케이션의 재배포를 App Engine에서 차단할 수 있습니다.
지원되는 최신 Python 버전으로 마이그레이션하는 것이 좋습니다.
삭제 시점 이전에 생성된 태스크는 모두 영구 삭제됩니다. 영구 삭제 태스크는 최대 1분이 걸릴 수 있습니다.
큐를 삭제하여 비워진 할당량을 확보하려면 몇 시간이 걸릴 수 있습니다.
대기열 일시중지
queue.yaml 파일에서 큐 정의를 삭제한 후 수정된 queue.yaml 파일을 업로드하여 큐 사용을 일시중지할 수 있습니다. 큐의 속도를 0으로 설정하면 해당 큐도 일시중지됩니다.
일시중지된 큐에 남아 있는 모든 태스크 또는 큐에 추가된 새로운 태스크는 처리되지 않습니다. 큐가 정의된 새로운 queue.yaml 파일을 업로드하고 비율을 0이 아닌 값으로 설정하면 일시중지된 큐를 다시 재개할 수 있습니다.
일시중지된 큐는 계속 할당량에 포함되어 계산됩니다.
[[["이해하기 쉬움","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-07(UTC)"],[[["This guide details the process of deleting individual tasks or all tasks from a push queue using both the API and Google Cloud console."],["You can use the `delete_tasks()` API method to remove specific tasks or the `purge()` method to clear all tasks from a specified queue."],["Queues can be paused by either removing their definition from the `queue.yaml` file or by setting their rate to 0, preventing task processing while still counting towards your quota."],["Deleting a queue involves first pausing it by removing its definition from the `queue.yaml` file, then using the Google Cloud console to complete the deletion."],["After deleting a queue, there is a 7-day waiting period before you can recreate a queue with the same name, and you should also wait at least a second after purging a queue before creating new tasks."]]],[]]