You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customers that have latency sensitive applications use techniques such as request hedging to reduce their tail latency. Request hedging consists in sending two or more request for the same operation, if t he first operation has a delayed processing the second operation it is likely to respond faster than the first one.
This enhancement request is to include a sample implementation of request hedging that customers can re-use to bootstrap their development.
The text was updated successfully, but these errors were encountered:
Customers that have latency sensitive applications use techniques such as
request hedging
to reduce their tail latency. Request hedging consists in sending two or more request for the same operation, if t he first operation has a delayed processing the second operation it is likely to respond faster than the first one.This enhancement request is to include a sample implementation of request hedging that customers can re-use to bootstrap their development.
The text was updated successfully, but these errors were encountered: