You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to reach Redis in the finally block after poll() method ended with shutdown request.
Jedis is not connected and throwing uncaught error. Not sure that this is the expected behavior, however I guess the outcome is the same :) ...
The text was updated successfully, but these errors were encountered:
Hi,
After 10 minutes (BTW - non configurable) of no connection to Redis server
jesque/src/main/java/net/greghaines/jesque/worker/WorkerImpl.java
Line 66 in c6653ed
The worker process is terminated with uncaught exception
jesque/src/main/java/net/greghaines/jesque/worker/WorkerImpl.java
Line 227 in c6653ed
when trying to reach Redis in the
finally
block afterpoll()
method ended with shutdown request.Jedis is not connected and throwing uncaught error. Not sure that this is the expected behavior, however I guess the outcome is the same :) ...
The text was updated successfully, but these errors were encountered: