Downloaders fail when current directory is not inside WORKING_DIRECTORY
Closed this issue · 0 comments
gerrod3 commented
Describe the bug
If you run a downloader outside of the settings.WORKING_DIRECTORY
, i.e. in the API-worker, then you will get a permission error.
Maybe the api-worker should have its current working directory match the task and content workers.