chore(rq): migrate rq to events API - #20105
Conversation
🎉 All green!🧪 All tests passed 🔗 Commit SHA: b895b6e | Docs | View more details | Give us feedback! |
BenchmarksBenchmark execution time: 2026-09-07 16:57:47 Comparing candidate commit b895b6e in PR branch Found 0 performance improvements and 5 performance regressions! Performance is the same for 372 metrics, 9 unstable metrics, 1 known flaky benchmarks, 4 flaky benchmarks without significant changes.
|
Codeowners resolved asResolved from the full PR diff against |
Circular import analysis
|
Dependency direction analysis📈 Existing violations got worse40 pre-existing violation(s) increased in severity (e.g. their target became more depended-on, or got pulled into an import cycle), though the edge itself isn't new: Show violations that got worse (showing 5 of 40 highest severity)
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6444230127
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Introduce shared messaging producer/process events and migrate RQ enqueue and worker processing to core.context_with_event(), preserving the existing span contract. Future PRs can reuse these messaging events in similar integrations.