Skip to content

Fix retrying of bidirectional RPCs and closing the streaming pull manager#5412

Merged
theacodes merged 1 commit into
googleapis:masterfrom
theacodes:fix-pubsub-retry
May 30, 2018
Merged

Fix retrying of bidirectional RPCs and closing the streaming pull manager#5412
theacodes merged 1 commit into
googleapis:masterfrom
theacodes:fix-pubsub-retry

Conversation

@theacodes
Copy link
Copy Markdown
Contributor

Closes #5306

@theacodes theacodes requested a review from crwilcox May 30, 2018 17:04
@theacodes theacodes requested a review from lukesneeringer as a code owner May 30, 2018 17:04
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 30, 2018
@theacodes theacodes merged commit 0f2b1af into googleapis:master May 30, 2018
@theacodes theacodes deleted the fix-pubsub-retry branch May 30, 2018 17:50
# If this is in the list of idempotent exceptions, then we want to
# recover.
if isinstance(exception, _RETRYABLE_STREAM_ERRORS):
logging.info('Observed recoverable stream error %s', exception)

This comment was marked as spam.

@theacodes
Copy link
Copy Markdown
Contributor Author

theacodes commented May 31, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants