gresrun / jesque

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

fix case where we missed pushing a JobFailure #141

Closed bp-FLN closed 6 years ago

bp-FLN commented 6 years ago

we missed pushing the JobFailure in the case when there is a fail queue item limit and the current number of failed items is 0

the fix is to call rpush in this case as well

argvk commented 6 years ago

nice catch, any way we can have a testcase for this ?