airavata-courses / autobots

Team Autobots Project Repo
0 stars 2 forks source link

State preservation #74

Closed gowtham06 closed 5 years ago

gowtham06 commented 5 years ago

Issue with resumable upload With kubernets, we are able to scale out tus service. But resumable file upload is lost as kubernetes does not preserve the state of each upload. Hence implementing state preservation in our kubernetes service is extremely important.

naveenkumarmarri commented 5 years ago

PR #80 fixes this issue