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

pipeline need support queue management #82

Closed
sfwn opened this issue Mar 30, 2021 · 1 comment
Closed

pipeline need support queue management #82

sfwn opened this issue Mar 30, 2021 · 1 comment

Comments

@sfwn
Copy link
Member

sfwn commented Mar 30, 2021

What would you like to be added:

You can create any number of queues if you need, and bind one workflow to one queue.
There is a priority between and inside queues. Each queue holds certain resources.

Between queues, queue with large priority number will be scheduled earlier, and workflow inside queue will be scheduled order by workflow's priority number one by one.
Only after all the workflows in the queue with the highest priority are executed successfully, will the workflows in the queue with the second highest priority be executed, and so on.

Why is this needed:

Achieve more fine-grained workflow scheduling.
To a certain extent, more important workflows can be completed with high priority.

@sfwn sfwn changed the title pipeline supports queue management pipeline need support queue management Mar 30, 2021
@sfwn
Copy link
Member Author

sfwn commented Apr 17, 2021

#171
#193

@sfwn sfwn closed this as completed Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant