Skip to content
  • Jacob MacDonald's avatar
    detect dead workers by a closed input stream instead of exit code (#46) · a45a104f
    Jacob MacDonald authored
    There has been a long standing issue where the exit code for detached processes was null - so we could never detect that they exited. This can cause builds to hang and continue to try scheduling work on a dead worker.
    
    This fixes that by instead using the input stream (stdout of the worker) to detect a dead worker.
    a45a104f
To find the state of this project's repository at the time of any of these versions, check out the tags.