I have a Confluence automation which is calling an external service which is doing some time-consuming operations.
If the response from the external service is below 60s, everything is OK, but if the external service takes longer that 60s to response, the confluence automation web request will fail after 1 min with a 408 error.
How can I instruct the confluence "Send web request" to wait more than 1 min for the response?
The Automation and the error message are below.
Thanks
The short answer is that you can't, the only thing you can do is set the component to wait until it gets a 200 response back and continue even if the response is not 200. What you could do is add an if/else component to check the returned status, and then if the API call allow it check the status of the request.
There is no configurable timeout setting on the "Send web request" action in Confluence automation. The timeout is a fixed platform-level limit.
To work around this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.