Skip to content

Commit 99f36d2

Browse files
committed
SDCISA-18049: Fix dead queues
Related: - SDCISA-18274
1 parent 866863b commit 99f36d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/swisspush/redisques/RedisQues.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ private void registerActiveQueueRegistrationRefresh() {
578578
}
579579
@Override public boolean onError(Throwable ex, Iterator<Map.Entry<String, QueueState>> iter) {
580580
if (log.isWarnEnabled()) log.warn("TODO error handling", exceptionFactory.newException(ex));
581+
onPeriodicDone.run();
581582
return false;
582583
}
583584
@Override public void onDone(Iterator<Map.Entry<String, QueueState>> iter) {

0 commit comments

Comments
 (0)