Hi All - I am using the zip file uploader code from Galleries in a different model. It works great. However, the requirement is to upload large zip files with a hundred or more large images. With that requirement the current set up may be a bad user experience due to the wait time. In its current state it cuts their time down greatly (from 30 minutes of work down to 2). However, the clients I am working with want a more async experience.
Just curious if anyone has implemented a solution where a user can Create a Gallery, press "Save". From there a Gallery is saved instantly (freeing up the user to use the rest of the site) and the upload is handled with celery or something like that? I tried passing the job off to celery and that cuts the time in half (you still have to wait for the upload but the image records and thumbs are created by celery) I'd like to have celery do the upload if possible. However, I am not quite sure if that's a good idea. Any thoughts on using celery to handle the entire upload (if possible) ? I know this is probably more of a standard python/Django question at this point. Thanks, Matt -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
