LIFO support
Created by: 9point6
Currently, bull doesn't support adding jobs to the other end of the queue (rpush instead of lpush to facilitate a LIFO queue)
I've written a simple solution (adding a 'lifo' option to the Queue.add method), but if you may want to consider an other solution