You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `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
Version
24.10
Which installation method(s) does this occur on?
Source
Describe the bug.
Minimum reproducible example
Terminal 1:
cd examples/digital_fingerprinting/production docker compose build docker compose up mlflow
Terminal 2:
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: