참고: Go 1.11은 2024년 1월 30일 지원 종료되었습니다. 기존 Go 1.11 애플리케이션을 계속 실행하고 트래픽을 수신합니다. 그러나 지원 종료 날짜 이후에는 해당 런타임을 사용하는 애플리케이션의 재배포를 App Engine에서 차단할 수 있습니다.
지원되는 최신 Go 버전으로 마이그레이션하는 것이 좋습니다.
[[["이해하기 쉬움","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-26(UTC)"],[[["This page details the process of deleting individual tasks from a push queue using the `taskqueue.Delete` API or the Google Cloud console, useful when tasks are persistently failing."],["You can purge all tasks from a specific queue using the `taskqueue.Purge` API or the console, ensuring all tasks created before the purge are removed, although it may take up to a minute to fully take effect."],["Queues can be paused by removing their definitions or setting their rate to 0, preventing task processing while still counting towards your quota, and they can be paused through the Cloud Tasks page as well."],["Before deleting a queue, it's recommended to pause it, and once deleted through the console, there's a 7-day waiting period before you can reuse the same name."],["Deleted tasks and queues may take hours to free up the quotas they previously used."]]],[]]