Hi everyone,
we are using nomad in our company in an unusual way. We have one server and multiple clients. On windows we don’t run it as service, but basically by calling the nomad.exe directly inside the cmd. This allows to run UI programs via nomad and batch.
Our network is unfortunately not reliable and often the client loses connection to the server and my understanding is, that when this happens, the client will shutdown and stop the program as well. We don’t want that. For us it is fine, if the server is gone, that the client just stays running and reconnects when the server comes back up. We do not mind, if this takes time. We definitely do not want to stop the ui program from running.
I am open for advices. Thanks in advance!