Skip to content

Retry on request timeout

Gmodena requested to merge T309699-retry-on-timeout into main

Retry a connection when clients receive a 408 request timeout:

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408

This aligns default retry status codes with the behaviur expected by enrichment pipelines.

Bug: T309699

Merge request reports