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

Ability to throttle scheduler bursts on single pool #8789

Closed
tooptoop4 opened this issue May 8, 2020 · 1 comment
Closed

Ability to throttle scheduler bursts on single pool #8789

tooptoop4 opened this issue May 8, 2020 · 1 comment
Labels

Comments

@tooptoop4
Copy link
Contributor

Current issue is I have pools configured on same type of task where I can have up to max 100 pool slots of that task type running in parallel BUT I want ability to say don't START running more than 5 at a time. So ideally these tasks should be scheduled in steps.
ie
at each scheduler iteration 1 (ie 9:03:30 am) 5 tasks scheduled for the pool
at each scheduler iteration 2 (ie 9:04:00 am) 5 more tasks scheduled for the pool (so 10 currently running in the pool)
at each scheduler iteration 3 (ie 9:04:30 am) 5 more tasks scheduled for the pool (so 15 currently running in the pool)
at 9:04:42 am 3 tasks completed for the pool
at each scheduler iteration 4 (ie 9:05:00 am) 5 more tasks scheduled for the pool (so 17 currently running in the pool)
..etc

@potiuk
Copy link
Member

potiuk commented Jun 4, 2022

repeated in #15082. Closing as duplicated.

@potiuk potiuk closed this as completed Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants