Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Esta página descreve como excluir tarefas de uma fila push e como excluir filas. Em alguns casos, será preciso excluir uma tarefa que não pode ser concluída, não importa quantas tentativas sejam feitas.
Clique no nome da fila da qual você quer remover a tarefa.
Selecione a tarefa que você quer excluir e clique em Excluir todas as tarefas.
Clique em Excluir.
Todas as tarefas criadas antes do momento da limpeza são excluídas. As operações de limpeza podem levar até um minuto para serem finalizadas.
A recuperação das cotas liberadas após a limpeza de uma fila pode levar algumas horas.
Como pausar filas
Para pausar uma fila, remova a definição dela do arquivo queue.yaml
e faça upload do arquivo queue.yaml editado. Definir a taxa de qualquer fila como
zero também pausa a fila.
Nenhuma das tarefas que permanecerem em uma fila pausada ou novas tarefas adicionadas a ela
serão processadas. É possível retomar a fila pausada. Para isso, faça o upload de um novo
arquivo queue.yaml com a fila e a taxa definidas como um valor diferente de zero.
As filas desativadas continuam contando como parte da cota.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-05-13 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."]]],[]]