Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Release 3.0.0 #66

wants to merge 6 commits into from

Conversation

mediocretes
Copy link
Contributor

No description provided.

@janxious
Copy link
Contributor

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?

@mediocretes
Copy link
Contributor Author

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.

@mediocretes mediocretes requested a review from janxious August 28, 2019 20:13
@janxious
Copy link
Contributor

janxious commented Sep 3, 2019

I assume bd443c0 is what we've been using in prod for the last week-ish?

@mediocretes
Copy link
Contributor Author

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants