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

Compute: Specify env #36

Closed
alexcos20 opened this issue Dec 8, 2023 · 0 comments · Fixed by #34
Closed

Compute: Specify env #36

alexcos20 opened this issue Dec 8, 2023 · 0 comments · Fixed by #34
Assignees

Comments

@alexcos20
Copy link
Member

Right now, there is no way of specifying the desired compute env

  1. getEnvs(provider_url) Given a provider_url, fetch all compute envs and display them
  2. startCompute should accept an optional parameter called envID. If that param is missing, then it should default to the first free env from that provider (and not just the first env)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment