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

ignores reporting cancellations as errors in the usage-reporter module #6058

Merged

Conversation

owen-d
Copy link
Member

@owen-d owen-d commented Apr 29, 2022

After noticing some unexpected module failures, I realized the usage reporter is returning context cancellation as errors. This doesn't work well with the service code which cancels the context itself. I've adjusted the code to ignore cancellations for this reason.

@owen-d owen-d requested a review from cyriltovena April 29, 2022 19:34
@owen-d owen-d requested a review from a team as a code owner April 29, 2022 19:34
Copy link
Collaborator

@trevorwhitney trevorwhitney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems reasonable to me, LGTM!

Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

3 participants