# Correção para evitar interrupções entre integrações de pedidos

Em alguns cenários, falhas na API do Parceiro estava travando a fila de pedidos do iFood dentro do Consumer. Isso gerava interrupções no fluxo de pedidos e comprometia a operação do estabelecimento.

Foi implementado um tratamento específico para evitar que falhas nas APIs de parceiros interfiram na fila de pedidos do iFood. Agora, mesmo que ocorra uma falha de comunicação com um dos parceiros, o Consumer continuará processando os demais pedidos normalmente.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://atualizacoes.consumer.com.br/pdv/anteriores/15.9.0/15.9.0.8/correcao-para-evitar-interrupcoes-entre-integracoes-de-pedidos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
