Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dask error in DFP Integrated training pipeline (#1931)
* `FileToDFController` now exposes a `download_method` constructor argument allowing the caller control over the `Downloader` class's download method. * Since the `file_to_df_loader` module creates and closes a `FileToDFController` instance on a per-call basis, set `download_method=SINGLE_THREAD`. Fixes an issue where dask was being shutdown early after the first message. Closes [#1916](#1916) ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #1931
- Loading branch information