# Lógica de reintentos

Cada mensaje será enviado respetando el siguiente cronograma

* Inmediatamente
* 5 segundos
* 5 minutos
* 30 minutos
* 2 horas
* 5 horas
* 10 horas
* 10 horas

### Falla en la entrega

Despues de realizar todos los intentos mencionados, el mensaje será marcado como "failed".

{% hint style="success" %}
Los mensajes también se pueden reintentar manualmente desde el portal. Para poder ingresar hay que estar logueados en Persat e ir hasta **Administrar webhooks** como se explica en la sección [Configuración de webhook](/como-usar-la-api/nueva-entrega.md)
{% endhint %}

###


---

# 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://docs.api.persat.com.ar/como-usar-la-api/nueva-entrega/logica-de-reintentos.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.
