Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Re-raise exceptions in rayrunner (#1522)
Previously prior to this change, if an error occurs during execution in the RayRunner: 1. The "run_plan" thread will error out and die before sending any information on the return queue 2. The Scheduler actor will block forever on the next result on the return queue via a `.get()` This change re-raises those errors so that it surfaces in the scheduler, and prevents that issue from occurring. Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
- Loading branch information