feat(pkg/sequencers): add queue limit in solo sequencer#3312
feat(pkg/sequencers): add queue limit in solo sequencer#3312julienrbrt merged 4 commits intomainfrom
Conversation
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Claude finished @julienrbrt's task in 2m 51s —— View job Code Review
|
| Severity | Issue |
|---|---|
| Low | return submitBatchResp, ErrQueueFull — should return nil response on error |
| Low | var bytes uint64 shadows bytes package import — rename to postponedBytes |
| Low | Missing test for FilterTxs error path (7 uncovered Codecov lines) |
| Info | Soft-cap race window during postponed re-enqueue — acceptable, but worth a doc note |
| Info | createDefaultMockExecutor duplicated across two test packages |
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3312 +/- ##
==========================================
+ Coverage 60.69% 60.86% +0.17%
==========================================
Files 127 127
Lines 13735 13762 +27
==========================================
+ Hits 8336 8376 +40
+ Misses 4494 4474 -20
- Partials 905 912 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

Overview
Extract and improve solo sequencer changes from #3306