nomad icon indicating copy to clipboard operation
nomad copied to clipboard

nomad job start feature would be really useful

Open mindaugaszilionis opened this issue 6 months ago • 0 comments

Hi there, i know that similar request were already opened [https://github.com/hashicorp/nomad/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.

mindaugaszilionis avatar Aug 22 '24 09:08 mindaugaszilionis