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
Right now the file upload process is synchronous and the following computations are performed:
Read the file for the hash value
Read the file for length, no. dimensions
Insert record/collision into database
Store on S3 if success.
Especially since we're moving to dropzone.js (#3) we might as well make this computation chain asynchronous using Celery tasks. This will allow us to do better detection and also give variable status reports for different file uploads.
This might help some of the problems/questions cited in #7.
The text was updated successfully, but these errors were encountered:
Right now the file upload process is synchronous and the following computations are performed:
Especially since we're moving to dropzone.js (#3) we might as well make this computation chain asynchronous using Celery tasks. This will allow us to do better detection and also give variable status reports for different file uploads.
This might help some of the problems/questions cited in #7.
The text was updated successfully, but these errors were encountered: