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