jesque icon indicating copy to clipboard operation
jesque copied to clipboard

Inflight requests don't get cleaned up?

Open vincentjames501 opened this issue 7 years ago • 1 comments

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

vincentjames501 avatar May 31 '17 11:05 vincentjames501

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

vincentjames501 avatar May 31 '17 14:05 vincentjames501