Retrying on failure

Livebox can retry the request when an error occurs during the execution of fetcher instance. There are two strategies that can be used:

  • Interval, using .retry(RetryStrategy.INTERVAL), this retries the request 3 times with a 1 second interval between each try.

Last updated