• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sonus21 / rqueue / 156 / 1
93%
master: 91%

Build:
Build:
LAST BUILD BRANCH: do-not-retry
DEFAULT BRANCH: master
Ran 10 May 2020 11:23AM UTC
Files 101
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 May 2020 11:17AM UTC coverage: 93.386% (+0.06%) from 93.327%
ORG_GRADLE_PROJECT_sonatypeUsername=xxx ORG_GRADLE_PROJECT_sonatypePassword=xxx USER_NAME=rqueue SPRING_BOOT_VERSION=2.1.0.RELEASE SPRING_VERSION=5.1.2.RELEASE SPRING_DATA_VERSION=2.1.2.RELEASE MICROMETER_VERSION=1.1.0

push

travis-ci

sonus21
Web Interface:
- Web interface to visualize queue
- Move message from one queue to another
- Latency visualizer
- Delete message from the queue

Other Changes
- Allow prefixing redis keys to avoid accidental key delete
- Allow deactivating a consumer in a given environment
- Redis cluster support
- Complete isolation of Redis, allow application to configure one Redis for the application and one for the Rqueue
- Queue concurrency
- Queue priority (Weighted and strict)
- Queue priority at group level
- Queue priority at sub queue level like critical, high, medium, low

Breaking Changes
- Queue names are prefixed, version 1.0 users need to set a redis key __rq::version with value 1
- Renamed annotation field maxJobExecutionTime to visibilityTimeout

Fixes
- Spring Optional Micrometer, in older version config class was importing micrometer related classes, that could lead to error if classes are not found. In this version now code depends on bean name using DependsOn annotation.

Non-Functional Change
- Remove getter, setter etc related code and replaced them with lombok where-ever applicable.
- Use static import for Assert utils
- Allow sharing of redis message listener container, if it's disabled then a new Redis listener container would be created. This will allow completely to use two different databases, one for the listener and one for the application.'

3163 of 3387 relevant lines covered (93.39%)

0.93 hits per line

Source Files on job 156.1 (ORG_GRADLE_PROJECT_sonatypeUsername=xxx ORG_GRADLE_PROJECT_sonatypePassword=xxx USER_NAME=rqueue SPRING_BOOT_VERSION=2.1.0.RELEASE SPRING_VERSION=5.1.2.RELEASE SPRING_DATA_VERSION=2.1.2.RELEASE MICROMETER_VERSION=1.1.0)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 93
  • Travis Job 156.1
  • 1e188a40 on github
  • Prev Job for ORG_GRADLE_PROJECT_sonatypeUsername=xxx ORG_GRADLE_PROJECT_sonatypePassword=xxx USER_NAME=rqueue SPRING_BOOT_VERSION=2.1.0.RELEASE SPRING_VERSION=5.1.2.RELEASE SPRING_DATA_VERSION=2.1.2.RELEASE MICROMETER_VERSION=1.1.0 on web-1.0 (#154.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc