# Automatic retries

There are various reasons that your orders might be not exported on the the first try. The server that you want to send the orders to may be temporarily down or inaccessible due to a network problem.

In case of any failure, Exporteo retries to export an order up to 10 times with an increasing delay. The delay between subsequent attempts grows exponentially (2ⁿ - 1). The first retry takes place after 1 minute, second attempt 3 minutes after the first retry, third after 7 minutes, and so on. The last attempt occurs around 17 hours after the first failed export.

The maximum number of attempts for bulk exports depends on the selected schedule. Hourly automations are being re-run up to 5 times because more attempts would overlap the next scheduled run. Daily and less frequent automations are being retried up to 10 times.

<table><thead><tr><th width="180" align="center">Attempt</th><th align="right">Delay from previous attempt</th><th align="right">Delay from first attempt</th></tr></thead><tbody><tr><td align="center">1</td><td align="right"></td><td align="right"></td></tr><tr><td align="center">2</td><td align="right">1 minute</td><td align="right">1 minute</td></tr><tr><td align="center">3</td><td align="right">3 minutes</td><td align="right">4 minutes</td></tr><tr><td align="center">4</td><td align="right">7 minutes</td><td align="right">11 minutes</td></tr><tr><td align="center">5</td><td align="right">15 minutes</td><td align="right">26 minutes</td></tr><tr><td align="center">6</td><td align="right">31 minutes</td><td align="right">57 minutes</td></tr><tr><td align="center">7</td><td align="right">1 hour 3 minutes</td><td align="right">2 hours</td></tr><tr><td align="center">8</td><td align="right">2 hours 7 minutes</td><td align="right">4 hours 7 minutes</td></tr><tr><td align="center">9</td><td align="right">4 hours 15 minutes</td><td align="right">8 hours 22 minutes</td></tr><tr><td align="center">10</td><td align="right">8 hours 31 minutes</td><td align="right">16 hours 53 minutes</td></tr></tbody></table>


---

# 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://help.exporteo.solvenium.com/automatic-retries.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.
