raven
raven copied to clipboard
Support multi process in download
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.
When we handle https://github.com/CycodeLabs/raven/issues/78 we can move to this. Multi-processing will cause a rate-limit very quickly.