jesque
jesque copied to clipboard
Inflight requests don't get cleaned up?
If in your runnable/callable you do System.exit(1);
for example, you end up with an inflight request in redis forever.
Likewise it looks like these are never reprocessed. Should a timestamp and a recovery strategy be attached to these?