-
Notifications
You must be signed in to change notification settings - Fork 144
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
Issue connecting to any data source #173
Comments
@AndrewChubatiuk Sounds like one for you? 😄 |
Hi, I got a similar issue. When testing a datasource, the UI timeouts after a while and this appears on logs :
|
@iRakic are you using image provided with chart version 3.0.1 or do you set a custom one? |
I'm using the one from the chart. |
which datasource type are you trying to query? does it return lots of data during these attempts to query? |
@AndrewChubatiuk I guess this last reply is for @chenchuk77
I have also noticed this when I have tried to run a test under data source: |
you may have resources not set but do you have enough free ram on machine? |
Yes, like at least 64GB of RAM at all times. It's a cluster of multiple bare-metal servers. |
Hi @AndrewChubatiuk
I tried a datasource of type postgres (which is accessible from the pod shell). i also try JSON from a url. both timedout and i see similiar output in logs |
Hello everyone,
I'm using the latest Redash chart (3.0.1).
It was deployed using the following values:
However, when I try to run test for datasource that I have added I get the following error: "Connection Test Failed:
Unknown error occurred while performing connection test. Please try again later."
The /api/data_sources/1/test POST request is responding with HTTP 502 and the execution time is >= 30s
Can you please tell me what is wrong or maybe point me to the right direction?
Thank you in advance!
The text was updated successfully, but these errors were encountered: