elixir-cloud-aai / tesk-core

Python code that is launched as images into the Kubernetes cluster by tesk-api.
Apache License 2.0
2 stars 13 forks source link

Improve FTP try/retry mechanism for data upload/download #4

Open susheel opened 5 years ago

susheel commented 5 years ago

From https://github.com/common-workflow-language/cwl-tes/issues/26

psafont commented 5 years ago

Found out that the filer right now logs in for each directory and file, instead of sharing a connection, this might be why the FTP servers cannot keep up.