gresrun / jesque

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

Inflight requests don't get cleaned up? #124

Open vincentjames501 opened 7 years ago

vincentjames501 commented 7 years ago

If in your runnable/callable you do System.exit(1); for example, you end up with an inflight request in redis forever.

vincentjames501 commented 7 years ago

Likewise it looks like these are never reprocessed. Should a timestamp and a recovery strategy be attached to these?