Skip to content

Commit

Permalink
SDCISA-18049: Fix dead queues
Browse files Browse the repository at this point in the history
Related:
- SDCISA-18274
  • Loading branch information
hiddenalpha committed Nov 21, 2024
1 parent 866863b commit 99f36d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/swisspush/redisques/RedisQues.java
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ private void registerActiveQueueRegistrationRefresh() {
}
@Override public boolean onError(Throwable ex, Iterator<Map.Entry<String, QueueState>> iter) {
if (log.isWarnEnabled()) log.warn("TODO error handling", exceptionFactory.newException(ex));
onPeriodicDone.run();
return false;
}
@Override public void onDone(Iterator<Map.Entry<String, QueueState>> iter) {
Expand Down

0 comments on commit 99f36d2

Please sign in to comment.