equinor / flownet

FlowNet - Data-Driven Reservoir Predictions
GNU General Public License v3.0
63 stars 29 forks source link

Add timer to kill ERT if no output for 15 minutes #271

Closed wouterjdb closed 3 years ago

wouterjdb commented 3 years ago

ERT sometimes hangs, see https://github.com/equinor/libres/issues/984.

This PR adds a timer which, after 15 minutes of complete silence from the ERT process, kills it including all child processes.


Contributor checklist