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.
2 parents 866863b + 99f36d2 commit 430f94dCopy full SHA for 430f94d
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