-
Notifications
You must be signed in to change notification settings - Fork 23
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
Make google cloud output split requests if they are too large #263
Conversation
Codecov Report
@@ Coverage Diff @@
## master #263 +/- ##
==========================================
+ Coverage 71.67% 71.70% +0.03%
==========================================
Files 103 103
Lines 5676 5689 +13
==========================================
+ Hits 4068 4079 +11
- Misses 1172 1174 +2
Partials 436 436
Continue to review full report at Codecov.
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, and resolves the issue I was seeing in my environment.
|
👍 thanks, looks good! |
What is the message that is being logged in the case a larger message has been split? Is there a way to find that out? @djaglowski @jsirianni |
Thanks @jsirianni , this is what I was looking for! |
resolves #257