-
Notifications
You must be signed in to change notification settings - Fork 5
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
Release 3.0.0 #66
base: master
Are you sure you want to change the base?
Release 3.0.0 #66
Conversation
…t ffi native extensions can be installed correctly
I think probably https://github.com/Instrumental/instrumental_agent-ruby/blob/master/lib/instrumental/agent.rb#L350-L356 needs to set failures to 0 if we have success in the read block, unless you intended the fix to be count failures since agent start? |
Totally reasonable. As it is now, it will count up until something forces run_worker_loop to exit, and then it will be reset on the next run, which is fine for the SSL problem we're working on now, but probably not ideal for softer failure modes. |
I assume bd443c0 is what we've been using in prod for the last week-ish? |
Yes, prod is on 3.0.0.alpha, and looks good so far. |
@@ -3,4 +3,4 @@ source "https://rubygems.org" | |||
gemspec | |||
|
|||
# fixes 2.3.0 ffi bundle error |
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.
I wish we could deprecate comments. This seems like it is nearing its sell-by date.
No description provided.