Support multi process in download
Open
blocked
feature
Medium Priority
- Dominant language
- Python
- Stars
- 747
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Currently, passing Config object arrives empty to the `index_workflow_file` function.
This happens because processes use separate memory, we should pass the relevant config params to the function or use Manager.
Contributor guide
Assessment
This issue has not been assessed yet.