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

sonus21 / rqueue / 158
91%

Build:
DEFAULT BRANCH: master
Ran 10 May 2020 11:35AM UTC
Jobs 2
Files 101
Run time 5min
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

pending completion
158

push

travis-ci

web-flow
Web Interface: (#13)

- 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.'

2867 of 2867 new or added lines in 80 files covered. (100.0%)

3167 of 3387 relevant lines covered (93.5%)

1.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 158.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) 10 May 2020 11:35AM UTC 0
93.5
Travis Job 158.1
2 158.2 (ORG_GRADLE_PROJECT_sonatypeUsername=xxx ORG_GRADLE_PROJECT_sonatypePassword=xxx USER_NAME=rqueue SPRING_BOOT_VERSION=2.2.0.RELEASE SPRING_VERSION=5.2.0.RELEASE SPRING_DATA_VERSION=2.2.0.RELEASE MICROMETER_VERSION=1.3.2) 10 May 2020 11:40AM UTC 0
93.45
Travis Job 158.2
Source Files on build 158
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #158
  • 652ec46c on github
  • Prev Build on master (#93)
  • Next Build on master (#159)
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