Hi
Jiří,
Currently, the only integration that allows retries is VirusTotal. By default, it retries at most 3 times when the API call times out.
However, we offer the possibility to configure the number of retries (an timeout if necessary) to any custom integration. These are the settings you need to add:
<integration> <name>custom-integration</name>
...
<timeout>30</timeout>
<retries>5</retries>
This is the only option we offer as the integratord daemon doesn't retry the call in case of failure.
I hope this information helps you.
Best regards.
Tomás Turina