Reduce retry interval time

Hello All,

 

Could you please let me know if there is any method or setting available to reduce the Retry interval time.

I am using HTTP integration, where the integration response gets timed out and I need to handle the scenario.

Looking forward for response..

 

Thanks in advance,

Divya

 

  Discussion posts and replies are publicly visible

Parents
  • Hi Divya,

    If you guys are using on-premise environment than try changing properties in custom.properties.

    ###########################
    #### Web Services Node ####
    ###########################

    ## The following are properties that control the behavior of HTTP connections
    ## made by the Call Web Service Node during service invocation.
    ## Number of seconds to wait to establish a connection with a web service host
    #conf.node.webservice.connection.timeout=60
    ## Once a connection is established, the number of seconds to wait for a
    ## response to a request
    #conf.node.webservice.socket.timeout=60
    ## Number of redirect responses (HTTP 304) the web service node will accept
    #conf.node.webservice.max.redirects=4

    You may need to change you node to use call webservice node.
Reply
  • Hi Divya,

    If you guys are using on-premise environment than try changing properties in custom.properties.

    ###########################
    #### Web Services Node ####
    ###########################

    ## The following are properties that control the behavior of HTTP connections
    ## made by the Call Web Service Node during service invocation.
    ## Number of seconds to wait to establish a connection with a web service host
    #conf.node.webservice.connection.timeout=60
    ## Once a connection is established, the number of seconds to wait for a
    ## response to a request
    #conf.node.webservice.socket.timeout=60
    ## Number of redirect responses (HTTP 304) the web service node will accept
    #conf.node.webservice.max.redirects=4

    You may need to change you node to use call webservice node.
Children
No Data