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 of Google.Cloud.Diagnostics.* 2.0.1 #2181

Merged
merged 3 commits into from
May 24, 2018

Conversation

iantalarico
Copy link
Contributor

Catch all Exceptions in the TimedBuffer timer to avoid ever bringing down an application.

I ran all the integration and unit tests and all is good. I'm going to have to release manually as I don't think the current deployment can handle the older scripts.

@iantalarico iantalarico requested review from jskeet and evildour May 24, 2018 16:30
@@ -48,12 +48,10 @@ internal TimedBufferingConsumer(IConsumer<T> consumer, TimeSpan waitTime, IThrea
{
Flush();
}
catch (RpcException)
catch (Exception)
{
// TODO(talarico): This is a short term solution to ensure
// we do not kill a process. See issue #842 to track the long term solution.

This comment was marked as spam.

This comment was marked as spam.

@iantalarico
Copy link
Contributor Author

Thanks Mike!

@iantalarico iantalarico merged commit 748b814 into googleapis:diag-2.0.x May 24, 2018
@iantalarico iantalarico deleted the diag-2.0.1 branch July 25, 2018 23:49
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