question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Core: ability to launch a group of requests in parallel outside the resources scope

See original GitHub issue

Single 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:open
  • Created 4 years ago
  • Reactions:3
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

5reactions
pschiffecommented, Oct 29, 2019

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.

0reactions
slandellecommented, Mar 14, 2022

Ticket is still open without a milestone set, so answer is likely no.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found