-
Notifications
You must be signed in to change notification settings - Fork 676
chore: relax NullStatLogger.record signature #4164
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
Signed-off-by: tzulingk@nvidia.com <tzulingk@nvidia.com>
WalkthroughTwo method signatures in the publisher module are extended to accept arbitrary positional and keyword arguments via Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Poem
Pre-merge checks❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-08-25T23:24:42.076ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (1)
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 |
Overview:
To be resilient to uninterested upstream signature changes
Details:
Add *args and **kwargs to NullStatLogger.record signature.
Where should the reviewer start?
components/src/dynamo/vllm/publisher.py
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
DIS-984
Summary by CodeRabbit