We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Hi @camerondavison! PRs welcome, I think it should as easy as updating some lines here
tap-salesforce/tap_salesforce/salesforce/__init__.py
Lines 308 to 316 in 6ec2bd5
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: