ci: 🤖 Update test matrix with new releases (02/23)#5503
Open
github-actions[bot] wants to merge 4 commits intomasterfrom
Open
ci: 🤖 Update test matrix with new releases (02/23)#5503github-actions[bot] wants to merge 4 commits intomasterfrom
github-actions[bot] wants to merge 4 commits intomasterfrom
Conversation
Contributor
Author
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Bug Fixes 🐛
Documentation 📚
Internal Changes 🔧
🤖 This preview updates automatically when you update the PR. |
sentrivana
approved these changes
Feb 23, 2026
Contributor
Author
Codecov Results 📊✅ 13 passed | Total: 13 | Pass Rate: 100% | Execution Time: 10.98s 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ❌ Patch coverage is 72.73%. Project has 13673 uncovered lines. Files with missing lines (180)
Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 25.70% 30.85% +5.15%
==========================================
Files 189 189 —
Lines 19767 19774 +7
Branches 6408 6410 +2
==========================================
+ Hits 5080 6101 +1021
- Misses 14687 13673 -1014
- Partials 420 468 +48Generated by Codecov Action |
#5505) ## Summary - In rq 2.7.0, `SimpleWorker` was refactored to inherit directly from `BaseWorker` instead of `Worker` ([rq#2336](rq/rq#2336)). This broke our integration because we only monkey-patched `Worker.perform_job` and `Worker.handle_exception`, which `SimpleWorker` no longer inherits. - Now patches `BaseWorker` when available (rq >= 1.7.0), falling back to `Worker` for older versions. Since both `Worker` and `SimpleWorker` inherit from `BaseWorker`, this covers both worker types. ## Test plan - [x] `py3.14-rq-v2.6.1`: 10 passed (backward compat) - [x] `py3.14-rq-v2.7.0`: 10 passed (new version) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update our test matrix with new releases of integrated frameworks and libraries.
How it works
Action required
🤖 This PR was automatically created using a GitHub action.