bruvellu / cifonauta

Marine biology image database by CEBIMar/USP
http://cifonauta.cebimar.usp.br
GNU General Public License v3.0
21 stars 5 forks source link

Process videos async #285

Open bruvellu opened 8 months ago

bruvellu commented 8 months ago

Video processing works since 1b2726a9c5b6a7ec391bacef8d0e71038268c642. But it takes a long time. When a user uploads a video, it shouldn't have to wait for the processing to finish. The only required processing is the generation of the cover image. But that's fast.

To accomplish this, we need to look into async methods for Django.