-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
MthwRobinson commentedon Jun 12, 2024
Moving this over to the client SDK repo. The Unstructured SDK gives you access to the underlying
requests
session and you should be able to add timeouts using a workflow similar to this.awalker4 commentedon Jun 13, 2024
Here's an example of modifying the underlying requests session to add a custom timeout. I realize this isn't an intuitive way to do this - I've added a feature request to do this with a simple parameter.
Neel-132 commentedon Jun 14, 2024
Hey, I have tried this as well before posting this issue. The point is overwriting the HTTP Adapter does not work all the time. So, adding timeout as a parameter in the general function(in the unstructured client library) would be more appropriate.