gresrun / jesque

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

Consider a null return value from FailQueueStrategy#getFailQueueKey a… #86

Closed pierredavidbelanger closed 9 years ago

pierredavidbelanger commented 9 years ago

…s an intent to not put the job into a failure queue

My work around is working fine so this fix is not a show stopper for me.

Feel free to reject this PR if you feel it is useless.