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

Refactor large exports to use deferred downloading #1367

Open
joshsadam opened this issue Sep 15, 2022 · 0 comments
Open

Refactor large exports to use deferred downloading #1367

joshsadam opened this issue Sep 15, 2022 · 0 comments
Labels
developer Issues effecting developers of IRIDA, but that aren't user facing

Comments

@joshsadam
Copy link
Contributor

What needs changed?

Once the request has been received by the server, track the request (session state?),  Once the download is ready for actual downloading notify the user so they can download it.  This will probably require web sockets.

How does it work now?

Currently, there is an issue (reported by Jennifer Tanner on Sept 15, 2022) that when downloading a group of large sequence files it the download errors out.  This is do to spring's current asynchronous timeout.  Adjusting this was done as a temporary fix.

How should it work?

How do you think this component should work?

Additional information

Add any other context, files, or screenshots about this request here.

@joshsadam joshsadam added the developer Issues effecting developers of IRIDA, but that aren't user facing label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer Issues effecting developers of IRIDA, but that aren't user facing
Projects
None yet
Development

No branches or pull requests

1 participant