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

Bkg job don't import from temp storage #116

Open
PVince81 opened this issue Apr 14, 2022 · 0 comments
Open

Bkg job don't import from temp storage #116

PVince81 opened this issue Apr 14, 2022 · 0 comments
Labels
performance Performances issues and optimisations

Comments

@PVince81
Copy link
Member

The current background job import is using temporary storage when dealing with s3 primary storage or encryption.
This is because the ZipArchive can only open local files, so we need to download the file if it's not directly readable like with Local storage (using $file->getLocalFile().

To solve this, we might need to research using a different library which supports streaming the zip file somewhere for extraction.

@come-nc as discussed, for later

@PVince81 PVince81 added the performance Performances issues and optimisations label Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performances issues and optimisations
Projects
None yet
Development

No branches or pull requests

1 participant