Core: ability to launch a group of requests in parallel outside the resources scope
See original GitHub issueSingle Page application often perform multiple requests at the same time while viewing pages.
Right now, the only way to simulate to behavior is to use the resources
DSL element. However, if you do so you’d end up silencing your precious API requests with silentResources
…
I’d see multiple ways to provide this ability :
- A copy of the
resources
DSL that isn’t silenced - A full-fledged DSL element that enables users to have parallel workflows inside the simulation like we do with WebSockets, Polling or SSE
See #2336 for a previous query on this
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Parallel For Each Scope | MuleSoft Documentation
The Parallel For Each scope enables you to process a collection of messages by splitting the collection into parts that are simultaneously processed...
Read more >PowerShell ForEach-Object Parallel Feature
ForEach-Object -Parallel is a new parameter set added to the existing PowerShell ForEach cmdlet. · Normally, when you use the ForEach-Object ...
Read more >11. Resource Planning – Project Management – 2nd Edition
Adrienne Watt; TAP-a-PM; Project Management Open Resources; Merrie Barron; ... its scope and resources, and estimate how long it will take to perform....
Read more >Run Parallel Process - UiPath Documentation Portal
UiPath.Core.Activities.BeginProcess Executes a UiPath process that is available for the local machine. Can be used to run local packages, ...
Read more >Reactor 3 Reference Guide
Asynchronicity to the Rescue? 3.3. From Imperative to Reactive Programming. 4. Reactor Core Features. 4.1. Flux , an Asynchronous Sequence of 0- ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, I’m familiar. I’m contributing by gathering user feedback and reporting bugs, unfortunately I cannot contribute Scala code, I would if I could.
Ticket is still open without a milestone set, so answer is likely no.