gax-python icon indicating copy to clipboard operation
gax-python copied to clipboard

Use timestamp.delta

Open geigerj opened this issue 9 years ago • 0 comments

What: Use datetime.timedelta for the gRPC timeout and the bundling delay_threshold. Currently we use numeric values, but we should additionally support Pythonic datetime.timedelta objects.

Why: Be more Pythonic.

geigerj avatar Feb 23 '16 21:02 geigerj