-
Notifications
You must be signed in to change notification settings - Fork 582
chore: use larger batches #3746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Thank you for following the naming conventions for pull request titles! 🙏 |
Graphite Automations"Post a GIF when PR approved" took an action on this PR • (08/07/25)1 gif was posted to this PR based on Andreas Thomas's automation. |
What does this PR do?
Increases the batch size and buffer size for ClickHouse clients to improve data processing efficiency. The PR updates the configuration for three batch processors:
api_requests
: Increases batch size from 10,000 to 50,000 and buffer size from 100,000 to 200,000key_verifications
: Increases batch size from 10,000 to 50,000 and buffer size from 100,000 to 200,000ratelimits
: Increases batch size from 10,000 to 50,000 and buffer size from 100,000 to 200,000Fixes # (issue)
Type of change
How should this be tested?
Checklist
Required
pnpm build
pnpm fmt
console.logs
git pull origin main