gresrun / jesque

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

Implement a way to set FailQueueStrategy on WorkerImplFactory #160

Open ggentzel opened 4 years ago

ggentzel commented 4 years ago

We need to configure the fail strategy to change behavior on failed jobs. We don't see a way that this is exposed to clients, please expose this functionality