This was solved in the singer tap like https://github.com/singer-io/tap-salesforce/pull/114/commits
By default requests does not have any connect timeout https://requests.readthedocs.io/en/latest/user/advanced/#timeouts but it should
This is the currently recommended way to set timeout for simple salesforce as far as I know
simple-salesforce/simple-salesforce#148 (comment)
This is causing problems for our cronjob which is periodically freezing due to some dropped packet that then leaves the connection open.
This was solved in the singer tap like https://github.com/singer-io/tap-salesforce/pull/114/commits
By default requests does not have any connect timeout https://requests.readthedocs.io/en/latest/user/advanced/#timeouts but it should
This is the currently recommended way to set timeout for simple salesforce as far as I know
simple-salesforce/simple-salesforce#148 (comment)
This is causing problems for our cronjob which is periodically freezing due to some dropped packet that then leaves the connection open.