bokchoy
bokchoy copied to clipboard
Priority tasks
Ability to add priorities to tasks, example:
<Task id=1 priority=5>
<Task id=2 priority=0>
<Task id=3 priority=6>
In this case, the process will be: task3, task1, task2.
BLPOP supports multiple list keys, it might be a solution.
Suggested by @novln