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
Video processing works since 1b2726a. 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.
The text was updated successfully, but these errors were encountered:
Video processing works since 1b2726a. 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.
The text was updated successfully, but these errors were encountered: