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

nomad job start feature would be really useful #23852

Open
mindaugaszilionis opened this issue Aug 22, 2024 · 0 comments · May be fixed by #24150
Open

nomad job start feature would be really useful #23852

mindaugaszilionis opened this issue Aug 22, 2024 · 0 comments · May be fixed by #24150

Comments

@mindaugaszilionis
Copy link

mindaugaszilionis commented Aug 22, 2024

Hi there,
i know that similar request were already opened [https://github.com//issues/18558], but maybe it was not fully understood where it could be useful. We had couple incidents, when after some critical database being down, 100+ service were down. After dependent database were fixed, we had manually through GUI to start jobs one by one.

Proposal

Would be really nice to have possibility strat hobs through cli (nomad job start job_name) tand massive restart do using, f.e.
for service in `nomad job status|grep dead|awk '{print $1}'`; do nomad job start $service; done

Use-cases

Quicker system restore after major incidents.

Attempted Solutions

add such feature using nomad cli or in GUI implemnet feature to start all dead jobs through UI
below.

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

Successfully merging a pull request may close this issue.

3 participants