gapic-generator-ruby icon indicating copy to clipboard operation
gapic-generator-ruby copied to clipboard

feat(gapic-common): Support timeout-based polling

Open aandreassa opened this issue 8 months ago • 0 comments

Start supporting timeouts in the gapic polling harness.

It removes the need for clients to keep track of their own time variables, as it is done here in bigtable.

Note: timeout deadline is calculated based on when the method wait is called. Late initialization can cause off-by-one errors.

Next PR integrates this change for testing in bigtable.

aandreassa avatar Jun 17 '24 21:06 aandreassa