Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add resuming functionality to job:result #50

Open
nahi opened this issue Mar 16, 2015 · 0 comments
Open

Add resuming functionality to job:result #50

nahi opened this issue Mar 16, 2015 · 0 comments

Comments

@nahi
Copy link
Member

nahi commented Mar 16, 2015

An user had a problem to download a large result file (over 200MB) and convert it to TSV (this size could be over 2GB) using following command:

$ td job 5632435 -o /Users/anwarelbizanti/Downloads/results.tsv -f tsv

But it failed due because of network problem. Idea here is that job:result resumes downloading if it failed because of network problem.
I guess that you can add some code to td-client-ruby. If downloading failed due to network error, it can send GET request again with Range header.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant