gresrun / jesque

An implementation of Resque in Java.
http://gresrun.github.io/jesque
Apache License 2.0
628 stars 131 forks source link

RESET_TO_HIGHEST_PRIORITY Strategy not work for recurring job #159

Open teddyheaven opened 5 years ago

teddyheaven commented 5 years ago

RESET_TO_HIGHEST_PRIORITY Strategy use lua fromMultiplePriorityQueues.lua, and it has no operation to push back recurring job (which have exists in jesque_pop.lua already)