galaxyproject / pulsar

Distributed job execution application built for Galaxy
https://pulsar.readthedocs.io
Apache License 2.0
37 stars 49 forks source link

Resume support for remote_transfer_tus #363

Open natefoo opened 2 months ago

natefoo commented 2 months ago

Currently tus client storage is not used, so resume support for interrupted sends that will be subsequently retried are not supported.

cat-bro commented 2 months ago

Nate, does this mean that tus is not yet an option for pulsar with large files?

mvdbeek commented 2 months ago

I assume @natefoo means write_from_path in the RemoteTransferTusAction, none of the alternative implementations support resume.