You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/09/21 18:30:26 UTC

[GitHub] [beam] pabloem commented on a change in pull request #15541: Add a timeout for BQ streaming_insert RPCS

pabloem commented on a change in pull request #15541:
URL: https://github.com/apache/beam/pull/15541#discussion_r713314518



##########
File path: sdks/python/apache_beam/io/gcp/bigquery_tools.py
##########
@@ -96,6 +96,9 @@
 MAX_RETRIES = 3
 UNKNOWN_MIME_TYPE = 'application/octet-stream'
 
+# Timeout for a BQ streaming insert RPC. Set to a maximum of 2 minutes.
+BQ_SI_TIMEOUT = 120

Review comment:
       it is convention, but this does help be more clear. Addressed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org