Hi everyone!
Is it possible to restart the nomad agent without disturbing the running jobs? It seems that whenever I do this, the jobs get re-distributed to other nodes. IE nomad treats the node as dead. This makes sense, because the nomad agent IS down, but is there a way to tell it not to re-distribute the jobs for a while?
Said another way: I'm sure my jobs can live for 5 minutes without the nomad agent, so is it possible to take advantage of that and leave the jobs running while I restart nomad?
Thanks!
-Dylan