Timeout Error Fetching the Schema using AirByte Cloud and AirByte OSS #55191
Labels
area/connectors
Connector related issues
autoteam
community
needs-triage
team/extensibility
type/bug
Something isn't working
Connector Name
Netsuite
Connector Version
0.1.8
What step the error happened?
Configuring a new connector
Relevant information
The likely issue is that the source schema is too large and causing the discovery process to timeout both locally and on cloud. There was not much I could do on cloud. It would just reach the 9 minute timeout and error out. I reached out to support, but they do not support Marketplace connectors. However, they did quickly review the logs and it appeared what I was suspecting was likely the case.
When I was running AirByte OSS locally, I am using Docker Desktop and abctl. After the initial timeouts, I did some digging and made some changes to abctl.kubeconfig. I added this to the end of the file:
server:
extraEnvs:
- name: HTTP_IDLE_TIMEOUT
value: 20m
- name: READ_TIMEOUT
value: 30m
Let me know if any additional information is needed to reproduce this issue. My destination is Azure Blob Storage v0.2.4. Both the Source and Destination connection tests are still passing. Thank you for your time. Have a great day.
Relevant log output
Airbyte OSS running in Docker: Airbyte is temporarily unavailable. Please try again. (HTTP 502)
Contribute
The text was updated successfully, but these errors were encountered: