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

Asynchronous suggestion request #223

Closed
YujiOshima opened this issue Oct 23, 2018 · 4 comments
Closed

Asynchronous suggestion request #223

YujiOshima opened this issue Oct 23, 2018 · 4 comments
Assignees
Labels

Comments

@YujiOshima
Copy link
Contributor

Random and grid suggestion does not need to pending next suggestion request until all running workers are completed.

Currently: Request 3 suggestions and run 3 worker -> all workers are completed -> Request 3 suggestions and run 3 worker ->

Desired: Request 3 suggestions and run 3 worker -> 1 worker is completed -> Request 1 suggestions and run 1 worker ->

@johnugeorge
Copy link
Member

/assign @johnugeorge

@johnugeorge
Copy link
Member

v1alpha2 API supports asynchronous suggestion requests.

@johnugeorge
Copy link
Member

Closing the issue as #381 is merged.
/close

@k8s-ci-robot
Copy link

@johnugeorge: Closing this issue.

In response to this:

Closing the issue as #381 is merged.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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

4 participants