You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud.rst
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,11 @@ the default temporary directory of the system will be used as base dir.
40
40
41
41
connect_timeout
42
42
+++++++++++++++++++
43
-
`cloud_config.connect_timeout` controls the timeout for the request connection against the Astra DB metadata service in seconds. Increase this value if the error message suggests a timeout in `get_cloud_config`.
44
43
44
+
As part of the process of connecting to Astra the Python driver will query a service to retrieve
45
+
current information about your cluster. You can control the connection timeout for this operation
46
+
using *connect_timeout*. If you observe errors in `read_metadata_info` you might consider increasing
47
+
this parameter. This timeout is specified in seconds.
45
48
46
49
.. code:: python
47
50
@@ -51,7 +54,6 @@ connect_timeout
51
54
}
52
55
...
53
56
54
-
55
57
Astra Differences
56
58
==================
57
59
In most circumstances, the client code for interacting with an Astra cluster will be the same as interacting with any other Cassandra cluster. The exceptions being:
0 commit comments