Skip to content

Race concurrent requests to improve response time

Compare
Choose a tag to compare
@gogama gogama released this 22 Mar 04:30
· 24 commits to main since this release

Version 1.1.0 adds package racing and the racing feature.

With racing, you can make multiple parallel request attempts to satisfy the same logical HTTP request plan, in order to smooth over your dependencies' rough patches. When racing is enabled, racing policies work cleanly and intuitively alongside existing retry and timeout policies.