Open johrstrom opened 3 years ago
The default for site_timeout is nil which is evaluated to 0 which means the script will instantly timeout. Let's bump this default to 8 hours.
site_timeout
https://github.com/OSC/ood_core/blob/fc8c05badb329817a04437f1736f09d1519a239d/lib/ood_core/job/adapters/linux_host/launcher.rb#L33
┆Issue is synchronized with this Asana task by Unito
Thinking about this a second time, there could be some larger bug with this setting
See the last half of this discourse topic: https://discourse.osc.edu/t/launch-app-on-specific-host-skipping-the-scheduler/1470/12
The default for
site_timeout
is nil which is evaluated to 0 which means the script will instantly timeout. Let's bump this default to 8 hours.https://github.com/OSC/ood_core/blob/fc8c05badb329817a04437f1736f09d1519a239d/lib/ood_core/job/adapters/linux_host/launcher.rb#L33
┆Issue is synchronized with this Asana task by Unito