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

Large zip downloads are very slow #1140

Open
pkarman opened this issue Dec 9, 2019 · 1 comment
Open

Large zip downloads are very slow #1140

pkarman opened this issue Dec 9, 2019 · 1 comment

Comments

@pkarman
Copy link
Contributor

pkarman commented Dec 9, 2019

One thing to consider is that we currently stream S3 downloads via our Rails app.

On a GFE VPN connection it can take 20+ minutes to download a 4G file.

Investigate whether this architecture holds open a db connection for that long, and consider instead signing the S3 request and simply redirecting to the S3 URL directly (bypassing efolder and downloading directly from S3).

https://github.com/department-of-veterans-affairs/caseflow-commons/blob/master/app/services/caseflow/s3_service.rb#L54

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

No branches or pull requests

2 participants