Skip to content

Establish fallback timeout based on job timeout.

Paul Bryant requested to merge timeout-context into develop

There are two primary issues addressed with this commit:

  1. Expansion of available context from the job response can now be introduced into the stateful variables during config_exec.
  2. Based upon the runner job level timeout we now establish a maximum timeout for all processes spawned. Though unlikely to be encountered this ensures that in rare cases where SIGNALS from the runner are not encountered all jobs have a walltime established.
Edited by Paul Bryant

Merge request reports