Add Retry Logic to Download Log Command
Open
task
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
As experienced in https://github.com/github/migration-friction/issues/752
When the CLI encounters a Bad Gateway error from dotcom the request to download logs fail with no retries.
For better customer experience/quality of life upgrade, we should add some retries as this is likely a transient networking error on the platform side.
## Todo
- [ ] Add some retry logic to the download log command
Contributor guide
Assessment
This issue has not been assessed yet.