You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AS A Service Developer
I WANT TO create HTTP requests to services that could block execution
SO THAT these HTTP requests would not delay DSL execution (or even crash with timeout)
If HTTP step is defined in Ruuter without storing the response to result, the request is done immediately and it does not block current DSL execution thread.
AS A Service Developer
I WANT TO create HTTP requests to services that could block execution
SO THAT these HTTP requests would not delay DSL execution (or even crash with timeout)
If HTTP step is defined in Ruuter without storing the response to result, the request is done immediately and it does not block current DSL execution thread.
Examples of blocking and non-blocking requests:
The text was updated successfully, but these errors were encountered: