참고: PHP 5는 2024년 1월 30일 지원 종료되었습니다. 기존 PHP 5 애플리케이션을 계속 실행하고 트래픽을 받을 수 있습니다. 그러나 지원 종료 날짜 이후에는 해당 런타임을 사용하는 애플리케이션의 재배포를 App Engine에서 차단할 수 있습니다.
지원되는 최신 PHP 버전으로 마이그레이션하는 것이 좋습니다.
삭제 시점 이전에 생성된 태스크는 모두 영구 삭제됩니다. 영구 삭제 태스크는 최대 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-06(UTC)"],[[["This page provides instructions on how to delete individual tasks and entire queues from Google Cloud Tasks."],["You can delete a specific task from a queue by navigating to the Cloud Tasks page, selecting the queue and then choosing the specific task to delete."],["Purging a queue will delete all tasks within it, with the effect of this action taking up to one minute to be reflected."],["Queues can be paused by removing their definition from the `queue.yaml` file or by setting their rate to 0, and they can be resumed by updating the `queue.yaml` file with a non-zero rate."],["Deleting a queue requires removing its definition from the `queue.yaml` file, and there's a 7-day waiting period before a queue with the same name can be recreated."]]],[]]