gax-python
gax-python copied to clipboard
Use timestamp.delta
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.