-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 Zendesk Chat: passing timeout in request to prevent a stuck connection #12883
Source Zendesk Chat: passing timeout in request to prevent a stuck connection #12883
Conversation
@RobertoBonnet thanks for the contribution. Can you share the screenshot of sourceAcceptanceTests and also follow these https://docs.airbyte.com/connector-development/#updating-an-existing-connector |
@harshithmullapudi Is this? |
/test connector=connectors/source-zendesk-chat |
@bruno-nirello maybe this PR can help you debugging the long running connection with Zendesk. |
/test connector=connectors/source-zendesk-chat
|
@RobertoBonnet could add the link to Zendesk documentation about the timeout parameter? Did you have a connection with more than 100k records did you try it with dev image? |
@marcosmarxm I didn't find anything in the documentation regarding the timeout, but in my tests I saw that it was happening. Apparently there is no timeout on either the server or the client side. |
Look at theses logs. I tried with a simple table to make it easy to debug original-requirements-logs-402.txt |
/test connector=connectors/source-zendesk-chat
|
@RobertoBonnet looks the error is related to spec.json file do you mind correcting it? |
@marcosmarxm Is there any way to run similar test locally? I'll check it |
you can run |
@RobertoBonnet any update here? |
@RobertoBonnet have you tested it for ticket_metrics in Zendesk Support as well? |
@harshithmullapudi I was working with zendesk support. I'll check chat now. @jablonskijakub Yes, but the problem with support is other. I have commented here #12591 |
@marcosmarxm @harshithmullapudi Can you run the test again? |
/test connector=connectors/source-zendesk-chat
|
/publish connector=connectors/source-zendesk-chat auto-bump-version=false
|
…nnection (airbytehq#12883) * setting a timeout in client side * upgraded version * upgraded pendulum lib * fix spec like docs * chore: bump version in source definitions * chore: update seed file Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
What
Resolving the problem that occurs when we are getting to much rows from Zendesk chat
#12591
How
Setting a timeout for requests.
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/SUMMARY.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
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 hereUpdating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/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 hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changesTests
Unit
Put your unit tests output here.
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.