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 to wait until a server has started #737

Open
Kobzol opened this issue Aug 3, 2024 · 0 comments
Open

Add a command to wait until a server has started #737

Kobzol opened this issue Aug 3, 2024 · 0 comments

Comments

@Kobzol
Copy link
Collaborator

Kobzol commented Aug 3, 2024

Something like hq server wait, we already have similar functionality to wait until N workers are connected to a server. As an alternative to this:

until hq job list &> /dev/null ; do sleep 1 ; done

found here :)

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