feat: support customizable retry and timeout settings on the publisher client by plamut · Pull Request #299 · googleapis/python-pubsub
and others added 10 commits
November 16, 2020 01:02
google-cla
bot
added
the
cla: no
label
Feb 26, 2021
plamut
changed the title
Iss 222
feat: support customizable retry and timeout settings on the publisher client
google-cla
bot
added
cla: yes
and removed cla: no
This human has *not* signed the Contributor License Agreement.labels
Feb 27, 2021Using no timeout is not a good idea, but if one really wants to, they can pass it in as ConstantTimeout(None). As a side effect, the logic of converting a constant into a COnstantTimeout instance can be removed, as this is already handled in api-core for int and float values.
labels
Jun 15, 2021This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters