When the main http call starts, do the resource calls start at the same time or do the resources happen before the main call starts?
If I have some http calls that can be run in parallel in a ChainBuilder, do I have to tie them to a main http call or is there a way to have just a set of http calls that run simultaneously. Ex…just a resource block
If I have a ChainBuilder that has some sequential http calls, then some that could be run in parallel, and then another set of sequential http calls, and then more that can happen simultaneously, is there a simple way to accomplish this besides creating 2 separate ChainBuilders?
Thank you Stephane,
That update is very helpful as I was not aware that the resources will happen AFTER the http request it is tied to is complete. To further clarify what the info on the resources block:
The “resources” block requests runs AFTER the request it is tied to.
A “resources” block CANNOT exist without being tied to a MAIN request.
The number of requests that run concurrently from the resources block is capped by the “maxConnectionsPerHost” value.
The ONLY way to run requests concurrently is through a resources block
Please let me know if I stated anything incorrectly.
Hello Stephane, I can add to an existing or add a new post, but I believe there are plenty already.
Side question. Was a way to change the report date/time show local timezones, in my case PST ever implemented?
I’m wondering if this is correct.
That depends what you have on your mind when think about “concurrently” because you can have simulation where you have multiple scenarios run concurrently → Concurrent Scenarios