Created by: yonivy
jobs can't really be added to the 'low' priority queue because of the way the condition in getQueue
is formed.
The value is always true
under the condition priority == 'low'
(because { 'low': 0, ... })
I opened an issue (#222 (closed)) on this.