Retry on Failures

You can select the Retry on Failures option if you want to resend the HTTP request after it fails. The maximum number of retry attempt is two.

The retry mechanism works when an HTTP action fails because of the following reasons:

  • CONNECT_TIMEOUT_EXCEPTION
  • CONNECTION_POOL_TIMEOUT_EXCEPTION
  • NO_HTTP_RESPONSE_EXCEPTION
  • JAVA_NET_SOCKET_EXCEPTION
  • JAVA_NET_CONNECT_EXCEPTION
  • Status code specified in the Failure Criteria option of the template
Warning: Restarting the Controller removes all the events that are in queue for retry.