googleapis / gax-php

Google API Extensions for PHP
http://googleapis.github.io/gax-php/
BSD 3-Clause "New" or "Revised" License
237 stars 52 forks source link

RFC: Retrier #568

Closed bshaffer closed 5 months ago

bshaffer commented 5 months ago

This is one way we could handle moving the logic in RetryMiddleware to a Retrier class, to make it generally available as a callable retrier in other classes.

After discussing with @ajupazhamayil and @saranshdhingra , we are going to continue using ExponentialBackoff in google/cloud-core instead of moving to a combined approach, as this PR illustrates a lot of complexity that makes this approach less optimal.

bshaffer commented 5 months ago

Closing because we decided this option is too complicated