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 a5cca92 commit af5f6eaCopy full SHA for af5f6ea
python-examples/basic/basic_send_with_retry.py
@@ -45,7 +45,7 @@ def on_error(exception):
45
46
# create the client
47
client = SocketLabsClient(server_id, api_key, proxy)
48
-client.request_timeout = 10
+
49
client.number_of_retries = 2
50
51
# send the message
0 commit comments