Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artificial Concurrency Delay for the Map Function #15752

Open
majo-aqfer opened this issue Oct 18, 2024 · 1 comment
Open

Artificial Concurrency Delay for the Map Function #15752

majo-aqfer opened this issue Oct 18, 2024 · 1 comment
Labels
enhancement An improvement of an existing feature

Comments

@majo-aqfer
Copy link

Describe the current behavior

The current map functionality is very useful for triggering the same task with different input values simultaneously. However, when we utilize the map function, all tasks start executing at the same time without any delay between them. This concurrent execution can create conflicts during the run, leading to issues such as resource contention or race conditions.

Describe the proposed behavior

To enhance the reliability and efficiency of the map function, it would be beneficial to implement a feature that allows users to control the execution delay between tasks which is running from map. By doing so, we can mitigate conflicts during task runs and ensure a smoother workflow overall.

Example Use

No response

Additional context

No response

@majo-aqfer majo-aqfer added the enhancement An improvement of an existing feature label Oct 18, 2024
@zzstoatzz
Copy link
Collaborator

hi @majo-aqfer - thank you for the issue!

would you be able to fill out the Example Use section so we can get an idea of what DX you're interested in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants