Custom retry limits for HTTP Request Actions


When automating with APIs, resilience is key – services can go down, fail randomly, or act erratically. That's why Tines automatically retries failed requests in HTTP Request Actions with exponential backoff. But occasionally, you'll need fine-grained control of this behavior, e.g. to allow a workflow to fail more quickly for an often unreliable service. Now, you can customize the maximum number of retries.

Simply add the new ‘Retries’ option for any HTTP Request Action to set your own maximum: