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 command for deploying workers #714

Open
Kobzol opened this issue Jun 20, 2024 · 0 comments
Open

Add a command for deploying workers #714

Kobzol opened this issue Jun 20, 2024 · 0 comments

Comments

@Kobzol
Copy link
Collaborator

Kobzol commented Jun 20, 2024

Sometimes HyperQueue is not in charge of creating Slurm/PBS allocations, but it is already started in an environment with pre-allocated nodes, and the users then just need to deploy a HQ worker on each node. It would be nice if HQ could help with this, and support the most obvious use-case, deploying through SSH.

The command could look like this:

$ hq worker deploy-ssh <nodefile> <worker-start-params>

It would read the node file, and essentially run hq worker start <worker-start-params> on each node.

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

1 participant