We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d171166 commit db4c151Copy full SHA for db4c151
1 file changed
docs/spanner/usage.rst
@@ -87,6 +87,13 @@ Configuration
87
88
Be sure to use the **Project ID**, not the **Project Number**.
89
90
+Warnings about Multiprocessing
91
+-------------------------------------------------
92
+- When using multiprocessing, the application may hang if a
93
+ :class:~google.cloud.spanner_v1.client.Client instance is created before
94
+ :class:multiprocessing.Pool or :class:multiprocessing.Process invokes :func:os.fork.
95
+ The issue is under investigation, but may be only happening on Macintosh and not Linux.
96
+ See `GRPC/GRPC#12455 <https://github.com/grpc/grpc/issues/12455#issuecomment-348578950>`_ for more information.
97
98
Next Step
99
---------
0 commit comments