commit | af29c1a9fd9282b38867961e4053f74f018a3815 | [log] [tgz] |
---|---|---|
author | Daniil <anichindaniil@gmail.com> | Thu Jan 09 19:55:31 2020 +0200 |
committer | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Thu Jan 09 09:55:31 2020 -0800 |
tree | 48ceb9eb4658d50a12919f3e2d877f5035251da5 | |
parent | 09001f95c3be2f0c495ce5324885f6ff9ddd855d [diff] |
fix(google.auth.compute_engine.metadata): add retry to google.auth.compute_engine._metadata.get() (#398) Initial fix of issue #211 was done in CL #323, but only for .ping() This one is adding same behaviour & tests for .get() method, as the problem still occurres See the issue for details Refs: #323 Resolves: #211