Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch Dask client shutdown error (#869)
A component in my pipeline failed due to an error during the client shutdown. While this is not ideal, it should not make the component fail. I'm just wondering if we should fix it one level up and wrap the `component.teardown()` method in the `try ... exctept ...` block instead.
- Loading branch information