-
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
Project crashes after several minutes of running #2
Comments
Another more detailed dump |
Okay. Here is the dump using debugging via GoLand. It's an issue in sethgrid package Issue is partially resolved, when concurrency limit is set to 1 |
Hello.
While I'm not familiar with Go, I'm trying to make it work. So far it seems promising, but unfortunately, it crashes after ~10 minutes of running.
Here is console dump I get. Hope it makes some sense
Here is the line I'm using to launch the project:
sudo docker run -p 9200:9200 --network=host -v "$PWD:$PWD" -e GOOS=linux -e GOARCH=amd64 golang:1.8 bash -c "go get -v github.com/guidewire/teamcity_exporter; go install github.com/guidewire/teamcity_exporter; teamcity_exporter --config \"$PWD/bin/teamcity.yaml\" --web.listen-address \":9200\""
The text was updated successfully, but these errors were encountered: