little_ferris

u/little_ferris@programming.dev
1 posts · 7 comments

Recent posts

Recent comments

I would look into queues and a background task (with a concurrency of around 8 to leave enough server resources for other features) for heavy tasks like video processing. You can also make an API that reports progress to an user.

queued > generating (10%).. > done etc.