github / github/gh-gei

AdoClient should retry all failures on GetWithPagingAsync

Open
#720 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.