Skip to content
New issue

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

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

Already on GitHub? # to your account

Range download is not working #304

Open
bhargav-velisetti opened this issue May 5, 2024 · 1 comment
Open

Range download is not working #304

bhargav-velisetti opened this issue May 5, 2024 · 1 comment

Comments

@bhargav-velisetti
Copy link

Screenshot 2024-05-05 173328

Could you please confirm If I can download multiple files rather than single file for each attempt.

Thanks

@SergejFrank
Copy link

When you look at the cron job that creates the zip files, I assume that you have to download them individually and that this is just pseudo code

5 * * * * /bin/bash -l -c 'cd /home/igrigorik/githubarchive.org/crawler/data && gzip -9 `date +"\%Y-\%m-\%d-\%-k" -d "1 hour ago"`.json && gsutil -h "Content-Type: application/gzip" cp -a public-read `date +"\%Y-\%m-\%d-\%-k" -d "1 hour ago"`.json.gz gs://data.gharchive.org/' >> /home/igrigorik/githubarchive.org/crawler/data/sync.log 2>&1

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

No branches or pull requests

2 participants