-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
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
🐛 Source Google Sheets: fixed issue with timeout #13291
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a shame that it is required, but 👍
I agree that there's not really a good way to test this.
/test connector=connectors/source-google-sheets
Build PassedTest summary info:
|
I think this was done intentionally (default timeout == 60 sec) to avoid long hangs if the connection was aborted for some other reason. For our use-case (Airbyte), we've got other mechanisms to raise connector problem, if something goes wrong. So, this was the obvious fix, strange we do it just now and nobody faced that in the past. |
/publish connector=connectors/source-google-sheets
|
What
Resolving: https://github.com/airbytehq/oncall/issues/242
How
default timeout
for opened socket from 60 sec to 10 mins.🚨 User Impact 🚨
No user impact expected.
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described here