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

Optimize ZIP exports for forms with large number of attachments #2377

Open
KipSigei opened this issue Feb 17, 2023 · 0 comments
Open

Optimize ZIP exports for forms with large number of attachments #2377

KipSigei opened this issue Feb 17, 2023 · 0 comments

Comments

@KipSigei
Copy link
Contributor

KipSigei commented Feb 17, 2023

There is need to improve how ZIP exports work since when preparing a zip export for a form with a large number of attachments the API seems to timeout or cancels the export task. One way this could be addressed could be splitting the large zip archive into multiple, smaller chunks instead of loading the entire zip file to memory. We could explore libraries such as split-file-reader to achieve this

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

1 participant