I have a requirement where i need to support priorities for the tasks that i submit to the RabbitMQ. If i submit a set of tasks say T1, T2, T3 and worker executing these tasks in q sequence [concurrency=1]. If T3 has high priority over T2, then worker must execute T3 instead of T2. Is there a way to achieve this with celery + RabbitMQ ?
I am using django so wondering if there are any other tools that would match my requirements. Any kind of help is really appreciated.
Thanks in Advance, Narayana