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
I'm writing a task library that involves a number of long-running tasks that are highly-parallelizable, such as making HTTP requests. I bundle each action in a single task, but this means that they always run in sequence. I'd like a way to declare that the dependencies for a given task should run in parallel, to increase the throughput of my tasks.
The text was updated successfully, but these errors were encountered:
I'm writing a task library that involves a number of long-running tasks that are highly-parallelizable, such as making HTTP requests. I bundle each action in a single task, but this means that they always run in sequence. I'd like a way to declare that the dependencies for a given task should run in parallel, to increase the throughput of my tasks.
The text was updated successfully, but these errors were encountered: