You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: