Queue depth status
Using Jamroom
DannyA:
Sounds promising. A couple of questions:
1. Can different types of encoding jobs have different priorities? Or Is it just by job TYPE.
For each job you want to be able to adjust the priority on, just make it a unique worker.
Quote:
2. Is there a reason you went with just high/low vs a numerical value? It seems a numerical value would give you much more control.
It actually is numerical - the default priority for a queue worker is 5.
HIGH_PRIORITY_QUEUE = 1 and LOW_PRIORITY_QUEUE = 9. So if you need to you can use any value between 1 and 9. "HIGH_PRIORITY_QUEUE" is just a named constant, which makes it easier to understand what it means rather than "1".
Quote:
3. When is this release expected?
Next version of the core - hopefully soon - it's in testing right now so I would anticipate sometime in the next week or so.
Let me know if that helps.