bokchoy icon indicating copy to clipboard operation
bokchoy copied to clipboard

Priority tasks

Open thoas opened this issue 6 years ago • 0 comments

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

thoas avatar Jul 19 '19 09:07 thoas