We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866863b commit 99f36d2Copy full SHA for 99f36d2
src/main/java/org/swisspush/redisques/RedisQues.java
@@ -578,6 +578,7 @@ private void registerActiveQueueRegistrationRefresh() {
578
}
579
@Override public boolean onError(Throwable ex, Iterator<Map.Entry<String, QueueState>> iter) {
580
if (log.isWarnEnabled()) log.warn("TODO error handling", exceptionFactory.newException(ex));
581
+ onPeriodicDone.run();
582
return false;
583
584
@Override public void onDone(Iterator<Map.Entry<String, QueueState>> iter) {
0 commit comments