HTTP Request Trigger: response time
Posted: 21 Nov 2017 21:33
I have a flow, where I use the "HTTP Request" trigger to launch a flow and transmit a few characters of information to the flow.
It all works fine, except the web server listening to the requests only seems to answer once the flow has completed.
Starting another flow with the "start flows" action does not change this behavior, even if "wait for flows to finish" is not checked (the web server waits for both flows to finish before it answers).
If the flow takes longer than a few seconds to complete, or performs actions (like turn of Wifi) that prevent answering the request at the end of the flow, the client sending the request will perceive the server as not responding.
Is there a workaround or a different reason for my problem?
Would it be possible to have the web server respond immediately (possibly via option in the trigger, if there is a scenario where doing so would not be desirable)?
It all works fine, except the web server listening to the requests only seems to answer once the flow has completed.
Starting another flow with the "start flows" action does not change this behavior, even if "wait for flows to finish" is not checked (the web server waits for both flows to finish before it answers).
If the flow takes longer than a few seconds to complete, or performs actions (like turn of Wifi) that prevent answering the request at the end of the flow, the client sending the request will perceive the server as not responding.
Is there a workaround or a different reason for my problem?
Would it be possible to have the web server respond immediately (possibly via option in the trigger, if there is a scenario where doing so would not be desirable)?