IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

Pace requests to token server for new auth tokens #57

Closed mkistler closed 4 years ago

mkistler commented 4 years ago

Implement pacing of token requests for both the initial/expired token case and for refresh requests. These are implemented slightly differently because for token refresh we can allow requests to continue with the current token while it is not expired, but when the token expires all requests need to block behind the token request.

codecov[bot] commented 4 years ago

Codecov Report

Merging #57 into master will increase coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   97.81%   97.89%   +0.08%     
==========================================
  Files          17       17              
  Lines         594      617      +23     
==========================================
+ Hits          581      604      +23     
  Misses         13       13              

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 03e0e53...263a763. Read the comment docs.

ibm-devx-automation commented 4 years ago

:tada: This PR is included in version 1.7.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: