삭제 시점 이전에 생성된 태스크는 모두 영구 삭제됩니다. 영구 삭제 태스크는 최대 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-26(UTC)"],[[["You can delete individual tasks from a queue via the Google Cloud console by navigating to Cloud Tasks, selecting the desired queue, and choosing the task to delete."],["To remove all tasks from a queue, you can utilize the \"Delete all tasks\" option in the Google Cloud console, however keep in mind that this action can take up to a minute to take effect."],["Pausing a queue can be done by removing its definition from the `queue.yaml` file and uploading the edited file, or by setting its rate to 0, which will halt the processing of tasks."],["Deleting a queue involves first pausing it by removing its definition from the `queue.yaml` file and then deleting it in the Google Cloud console, which will prevent re-creation of the queue for 7 days."],["It is recommended to wait at least a second after purging a queue before creating new tasks, as tasks made in close temporal proximity to the purge will also be deleted."]]],[]]