L
L
Lexx Xell2020-04-30 13:48:45
Celery
Lexx Xell, 2020-04-30 13:48:45

How does Celery perform tasks, sequentially or in parallel?

The project requires the use of the same converted video, for this I send each uploaded video for conversion to ffmpeg through the Celery task. If before the end of the conversion a new video is uploaded and a new task is sent to the Celery worker, will it execute it in parallel with the current one or will the task hang in the queue until the worker is free?

Ps
It is necessary to hang in line

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lexx Xell, 2020-04-30
@LexxXell

All figured out. Routing, queues, and limiting concurrent worker tasks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question