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

Add a capabilities endpoint. #206

Open
claymcleod opened this issue Sep 10, 2024 · 3 comments
Open

Add a capabilities endpoint. #206

claymcleod opened this issue Sep 10, 2024 · 3 comments

Comments

@claymcleod
Copy link

I suggest that we add an endpoint that informs clients of the capabilities of the execution service (similar to capabilities) in the LSP specification. For example, a client should be able to, at minimum, figure out the following:

  • What is the total capacity a service can provide (including pending jobs, even if it is unbounded).
  • What is the expected concurrent capacity that a service can provide (just running jobs, even if it is unbounded).
  • Does the service support preemptible instances?
@claymcleod claymcleod changed the title feature request: capabilities Add a capabilities endpoint Sep 10, 2024
@claymcleod claymcleod changed the title Add a capabilities endpoint Add a capabilities endpoint. Sep 10, 2024
@vsmalladi
Copy link
Contributor

Intersting idea. That could be under service_info

@patmagee
Copy link

@vsmalladi if you remember this was one of the outcomes from our discussion a while back as well

@uniqueg
Copy link
Contributor

uniqueg commented Sep 20, 2024

See #188 and especially ga4gh/TASC#45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants