-
Notifications
You must be signed in to change notification settings - Fork 6
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
GoError: sending queue is full #30
Comments
So I moved the code to create and terminate the client to be within default and I get a different exception:
This was with just a single VU - when I hit enter to run it immediately starts emitting that exception |
Is this related to my issue? The error I'm getting is from k6 itself not from the otel collector as far as I can tell. |
What a difference a little sleep statement can make. I put a
Hopefully that exception is helpful to someone |
I'm building a script based off of the param example and am getting an exception when I try to run:
I have modified a few parts from the original param example. The javascript for the script is as follows:
Any ideas? What am I doing wrong here? I took the log and sleep out but otherwise the default function is unchanged.
This is running on ubuntu server compiled with go
go version go1.21.9 linux/amd64
.The text was updated successfully, but these errors were encountered: