bitrise-steplib / steps-google-play-deploy

MIT License
54 stars 35 forks source link

Retry on http status unauthorized #152

Closed lpusok closed 12 months ago

lpusok commented 1 year ago

Checklist

Version

Requires a PATCH version update

Context

Similar workaround to https://github.com/fastlane/fastlane/issues/21507#issuecomment-1722173735. Retry HTTP calls when 401 is (randomly) returned by Google, that causes customer impact.

Retry working: https://app.bitrise.io/build/065421cb-2e6f-4f0d-acd8-44035136eb07

Changes

Investigation details

Decisions