AdoClient should retry all failures on GetWithPagingAsync
Open
task
tech debt
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
Currently `AdoClient` retries all failures for `GetAsync()` but `GetWithPagingAsync()` only retries on 503's. Ideally we would have `GetWithPagingAsync()` call `GetAsync()` so that the behavior matches.
This would likely have fixed this integration test failure: https://github.com/github/gh-gei/actions/runs/3381867801/jobs/5616208755#step:18:48
Contributor guide
Assessment
This issue has not been assessed yet.