-
Notifications
You must be signed in to change notification settings - Fork 3
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
Collector fails to send payload over HTTP2 with the {:exceeds_window_size, :request, 65536}
error
#3
Comments
Hi @arkgil thanks for the report. I'll take a look at fixing this first thing in the morning. The payloads are already batched (in groups of 500) so worst case we can reduce the batch size to fix. |
Can I somehow configure the batch size to try if it helps? |
Yup. You can add
Hope that helps! |
Thanks! Will try it out. |
Alright, batch size of 100 fixes the issues 👍 |
Closing this for now, we'll reduce default batch size to prevent this from occurring, and investigate ways to resolve the underlying problem too. Thanks for raising @arkgil ❤️ |
I just hit this on |
Thanks for reporting. I've updated the default to 100 (34901e4), but please let us know what value(s) worked for you. This will be in the next release. |
@joshprice yup, we've set the batch size to 100, not issues so far. Thanks! |
Hi there 👋
At the end of the test suite, the collector fails with the following stacktrace:
This looks like the error described in elixir-tesla/tesla#394.
The text was updated successfully, but these errors were encountered: