OSC / ood_core

Open OnDemand core library
https://osc.github.io/ood_core/
MIT License
10 stars 30 forks source link

better default for site_timeout in LHA #323

Open johrstrom opened 3 years ago

johrstrom commented 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.

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

johrstrom commented 3 years ago

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