issues
search
tsahil01
/
ai-subtitles-generator
A Saas application which generates transcription & subtitles in multiple language.
0
stars
0
forks
source link
Set Up Job Queue for Video Processing
#10
Closed
tsahil01
closed
1 day ago
tsahil01
commented
2 weeks ago
Description:
Use BullMQ or RabbitMQ to queue video processing tasks.
Tasks:
[ ] Install BullMQ with
npm install bullmq
(or RabbitMQ if preferred).
[ ] Configure a job queue to handle video processing tasks.
[ ] Set priority based on user roles.
[ ] Test the job queue with a sample video processing task.
tsahil01
commented
1 day ago
No need... went with AWS transcribe.
npm install bullmq
(or RabbitMQ if preferred).