priority of a job
You can use RabbitMQ's priority to determine the priority of a job, thereby ensuring the order of jobs.
Really useful feature: we have a really big queue of parallel tasks in the many jobs. But if some urgent task appears - we can't move it to the beggining of the queue - it could be placed only to the end. In this case we have to create a new worker with some new queue name and place this taks in this new queue.
Yeah I'll bump this issue in priority 🙂. Shouldn't be too hard to implement.
Thoughts? https://github.com/runabol/tork/pull/392
@runabol That's awesome
@runabol That's awesome!