Skip to content

Retry rate-limited requests at HTTP client level

Peter Fischer requested to merge http-rate-limit into main

I split this up into two commits: One for refactoring (extracting HttpConfig), and one for implementing the retry via Apache's HTTP (async) client.

Bug: T367691

Merge request reports