Hi, I've seen a few manifests out there with timeout_seconds ='-1', what does this do? In fact, what does timeout_seconds = '0' even mean, does it mean don't care and don't wait for exit status? Because really, it has to take some increment of time greater than 0, however small, for the method to return.
CT