kbase / dts

A data transfer service
https://kbase.github.io/dts/
MIT License
0 stars 0 forks source link

Implement transfer task cancellation #36

Closed jeff-cohere closed 7 months ago

jeff-cohere commented 8 months ago

We should provide an endpoint for canceling a previously created transfer task. Obviously a cancellation shouldn't affect any transfers that are already finished. The state in which the files are left depends on the endpoint implementation, which for the DTS prototype is whatever Globus does when you cancel a transfer task.

We'll want this in place before we turn over the DTS prototype to our stakeholders for testing.