heroku / salesforce-bulk

Python interface to the Salesforce.com Bulk API
MIT License
207 stars 154 forks source link

Can't specify Bulk API request timeout values #107

Open alouie-sfdc opened 2 years ago

alouie-sfdc commented 2 years ago

The Requests documentation says that most requests should use timeouts, but currently the requests made by salesforce-bulk do not. We should make it possible to specify an optional timeout value that gets applied to all requests.

ipetrenko commented 2 years ago

We have the same issue, very small percent of requests are never completing. On big scale it starts to matter.