We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445ae08 commit fce76b3Copy full SHA for fce76b3
docs/index.rst
@@ -1,5 +1,14 @@
1
.. include:: README.rst
2
3
+.. note::
4
+
5
+ Because the BigQuery client uses the third-party :mod:`requests` library
6
+ by default and the BigQuery-Storage client uses :mod:`grpcio` library,
7
+ both are safe to share instances across threads. In multiprocessing
8
+ scenarios, the best practice is to create client instances *after*
9
+ :class:`multiprocessing.Pool` or :class:`multiprocessing.Process` invokes
10
+ :func:`os.fork`.
11
12
More Examples
13
~~~~~~~~~~~~~
14
0 commit comments