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
{{ message }}
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
What:
Use
datetime.timedelta
for the gRPC timeout and the bundlingdelay_threshold
. Currently we use numeric values, but we should additionally support Pythonicdatetime.timedelta
objects.Why:
Be more Pythonic.
The text was updated successfully, but these errors were encountered: