Timeout troubleshooting #3301
-
Hello, I am trying to troubleshoot a situation, every now and then I see boto3 pausing for approximately 60 seconds and then continuing normally. I've tried reducing the timeout value and I seem to be getting a timeout error: If I leave it at 60, eventually it succeeds and I don't get any errors. Sadly I didn't have the stream logger logs enabled. Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @infosisio, thank you for reaching out! |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi @infosisio, thank you for reaching out!
Have you tried increasing connect_timeout to a larger value than default value (60 seconds)? If you have tried that and are still having issues, please share your code snippet and debug logs by adding
boto3.set_stream_logger('')
to your code.