Skip to content

Commit

Permalink
Merge pull request #223 from swisspost/develop
Browse files Browse the repository at this point in the history
PR for Release
  • Loading branch information
hiddenalpha authored Nov 21, 2024
2 parents 3c73095 + 430f94d commit 9c282a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.swisspush</groupId>
<artifactId>redisques</artifactId>
<version>4.1.5-SNAPSHOT</version>
<version>4.1.6-SNAPSHOT</version>
<name>redisques</name>
<description>
A highly scalable redis-persistent queuing system for vertx
Expand Down
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 9c282a1

Please sign in to comment.