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

Queue controller and related cli #16

Closed
k82cn opened this issue Mar 16, 2019 · 3 comments · Fixed by #128
Closed

Queue controller and related cli #16

k82cn opened this issue Mar 16, 2019 · 3 comments · Fixed by #128
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@k82cn
Copy link
Member

k82cn commented Mar 16, 2019

Currently, user can only create a Queue for scheduling; but it's hard to know more info about it, e.g. how many job in the queue, which plugins is used by this queue; and if the Queue is deleted, the job is still there :( It's better to have QueueController to mamange Queue's lifecycle and update its status; and have related command line for uset to get its info.

@k82cn k82cn added this to the v0.2 milestone Mar 16, 2019
@k82cn k82cn added kind/feature Categorizes issue or PR as related to a new feature. and removed enhancement labels Mar 19, 2019
@k82cn k82cn modified the milestones: v0.2, v0.1 Mar 28, 2019
@asifdxtreme asifdxtreme self-assigned this Apr 8, 2019
@k82cn
Copy link
Member Author

k82cn commented Apr 29, 2019

/assign @hzxuzhonghu

@hzxuzhonghu
Copy link
Collaborator

@k82cn I would make queueController in the same process with job controller, is this ok?

@k82cn
Copy link
Member Author

k82cn commented May 5, 2019

I would make queueController in the same process with job controller, is this ok?

That's ok to me; similar to kube-controller-manager :) BTW, we have a cache in pkg/controller; please reuse it if necessary :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants