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
In #332, we add a parameter preserve_region_results to indicate that RetryableMultiRegion should return response from all regions, or raise the first Error if there is any.
As @andylokandy suggests, for lower module coupling, other than using a parameter to control behavior of RetryableMultiRegion, it would be better that RetryableMultiRegion returns a generic response, and allows downstream plans to extract what they need from the response.
The text was updated successfully, but these errors were encountered:
In #332, we add a parameter
preserve_region_results
to indicate thatRetryableMultiRegion
should return response from all regions, or raise the first Error if there is any.As @andylokandy suggests, for lower module coupling, other than using a parameter to control behavior of
RetryableMultiRegion
, it would be better thatRetryableMultiRegion
returns a generic response, and allows downstream plans to extract what they need from the response.The text was updated successfully, but these errors were encountered: