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

Image ZIPfile extraction should occur asyncronously #446

Open
brianhelba opened this issue Oct 11, 2017 · 0 comments
Open

Image ZIPfile extraction should occur asyncronously #446

brianhelba opened this issue Oct 11, 2017 · 0 comments

Comments

@brianhelba
Copy link
Member

When uploading images, rather than extract the ZIP file syncronously and block the request until completion, the handler should create a new async Job for extraction, then return immediately. This handler can extract the ZIP file, create further image processing Jobs, and populate a dataset. ZIP extraction failures can be notified via email, rather than a returned error code.

@brianhelba brianhelba assigned brianhelba and unassigned brianhelba Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant