rqueue icon indicating copy to clipboard operation
rqueue copied to clipboard

Rqueue aka Redis Queue [Task Queue, Message Broker] for Spring framework

Results 21 rqueue issues
Sort by recently updated
recently updated
newest added

I have 2 different instances. One instance produces jobs and one consumes it. It does only work correct when i register the queue manually by the manager. Is that the...

question

**What's not working?** Functionality is working, text in rqueue dashboard has a typo. "retired" vs. "retried". (see [enum](https://github.com/sonus21/rqueue/blob/a8cb236161eecb35f121544dc422e92c19ccc96e/rqueue-core/src/main/java/com/github/sonus21/rqueue/models/enums/ChartDataType.java#L31) doesn't match text) **What're application dependencies ?** - Rqueue Version: `rqueue-spring-boot-starter:3.1.0-RELEASE` -...

**What's not working?** Hi, we start redis within our unit test framework as below: @BeforeAll static void setup() { redisServer = RedisServer.builder().port(6379).build(); redisServer.start(); } and we shutdown it like that:...

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5. Release notes Sourced from nokogiri's releases. v1.16.5 / 2024-05-13 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-34459. See GHSA-r95h-9x8f-r3f7 for more information. Dependencies...

dependencies

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...

dependencies

Hi, is there any possibility to stop accepting new and new messages by @RqueueListener when graceful shutdown is initiated? Currently, it is accepting messages till the lifecycle shutdown period and...

Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.21.12 to 3.25.5. Commits 70e85ae Updating version.json and repo version numbers to: 25.5-dev 489aba5 Merge pull request #15984 from mkruskal-google/staleness-fix-25 367c7be Regen stale files bbbd2de Updating version.json...

dependencies

**What's not working?** The UI which is driven by Twitter Bootstrap uses a legacy v4 version when version 5 has been stable since 2021. As a result, a low severity...

Pebble has been vulnerable for >1 year, this patch version fixes it # Description Pebble needs a patch upgrade to resolve a CVE. It's been active for a long time,...