buildkite / test-collector-ruby

Buildkite Test Analytics collector for Ruby test frameworks
http://buildkite.com/test-analytics
MIT License
15 stars 26 forks source link

Rescue standard error #191

Closed niceking closed 1 year ago

niceking commented 1 year ago

Rescuing network connection errors are much too whack-a-mole for my liking so I'm going to add the specific one raised in Issue #190 to the retryable list, but then also rescue from StandardError (like we did with the websocket implementation) so any further issues in the future don't bubble up and cause builds to fail.

niceking commented 1 year ago

https://linear.app/buildkite/issue/PIE-1687/connection-timeouts-in-ruby-collector