I’m getting a time out error trying bring back the...
# ask-community-for-troubleshooting
a
I’m getting a time out error trying bring back the schema from an Amazon Aurora MySQL source when trying to setup a new connection airbyte-proxy | 2022/11/07 202452 [error] 13#13: *1 upstream timed out (110: Connection timed out) while reading response header from upstream, client: ..., server: , request: “POST /api/v1/sources/discover_schema HTTP/1.1”, upstream: “http://*...:80/api/v1/sources/discover_schema”, host: “...:8000”, referrer: “http://...*:8000/workspaces/*****-7216-4203-abbc-****/connections/new-connection” Is there anyway I can increase the timeout value on the connection?
m
Hello @Andrew Exlet can you share the complete log file?
a
@Marcos Marx (Airbyte) sure. Is there a secure way to do this?
m
the logs should remove all api keys and secrets
a
@Marcos Marx (Airbyte) Please find attached
Any update on this?
u
Hello Andrew Exley, it's been a while without an update from us. Are you still having problems or did you find a solution?
a
Still having issues
s
@Andrew Exlet you may be able to change the timeout in the nginx template files: https://github.com/airbytehq/airbyte/search?q=proxy_read_timeout. Let me know if this helps
This PR might also be relevant: https://github.com/airbytehq/airbyte/pull/19493