At the moment, we do not retry our HTTP requests to external services.
We should have a configurable retries limit, with a sensible default, which will retry HTTP requests in the case of an error, with backoff, and give up after the configured retry limit has been reached.
At the moment, we do not retry our HTTP requests to external services.
We should have a configurable retries limit, with a sensible default, which will retry HTTP requests in the case of an error, with backoff, and give up after the configured retry limit has been reached.