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

Handle exceptions while updating credentials better #199

Merged
merged 1 commit into from
Apr 10, 2018

Conversation

pfifer
Copy link
Contributor

@pfifer pfifer commented Apr 10, 2018

Runtime exceptions while updating credentials will no longer kill the
credential update thread.

Interrupted exceptions can be thrown while a thread pool/executor is
being shutdown. This now handles that case without a message.

Fixes #49 and Fixes #34

Runtime exceptions while updating credentials will no longer kill the
credential update thread.

Interrupted exceptions can be thrown while a thread pool/executor is
being shutdown.  This now handles that case without a message.

Mitigates/Fixes awslabs#49
@pfifer pfifer added this to the v0.12.9 milestone Apr 10, 2018
@pfifer pfifer requested a review from sahilpalvia April 10, 2018 16:12
@sahilpalvia sahilpalvia merged commit 4bcbd60 into awslabs:master Apr 10, 2018
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