File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,6 @@ and creating other objects:
16
16
from google.cloud import spanner
17
17
client = spanner.Client()
18
18
19
- Long-lived Defaults
20
- -------------------
21
-
22
- When creating a :class: `~google.cloud.spanner_v1.client.Client `, the
23
- ``user_agent `` and ``timeout_seconds `` arguments have sensible
24
- defaults
25
- (:data: `~google.cloud.spanner_v1.client.DEFAULT_USER_AGENT ` and
26
- :data: `~google.cloud.spanner_v1.client.DEFAULT_TIMEOUT_SECONDS `).
27
- However, you may over-ride them and these will be used throughout all API
28
- requests made with the ``client `` you create.
29
-
30
19
Configuration
31
20
-------------
32
21
@@ -62,18 +51,6 @@ Configuration
62
51
Be sure to use the **Project ID **, not the **Project Number **.
63
52
64
53
65
- Warnings about Multiprocessing
66
- ------------------------------
67
-
68
- .. warning ::
69
- When using multiprocessing, the application may hang if a
70
- :class: `Client <google.cloud.spanner_v1.client.Client> ` instance is created
71
- before :class: `multiprocessing.Pool ` or :class: `multiprocessing.Process `
72
- invokes :func: `os.fork `. The issue is under investigation, but may be only
73
- happening on Macintosh and not Linux. See `GRPC/GRPC#12455
74
- <https://github.com/grpc/grpc/issues/12455#issuecomment-348578950> `_ for
75
- more information.
76
-
77
54
Next Step
78
55
---------
79
56
You can’t perform that action at this time.
0 commit comments