It was confirmed that the connection test was successful.
I have also confirmed that I can execute queries.
Thank you for your support.
If necessary, I will report on github that the event has been resolved.
It was confirmed that the connection test was successful.
I have also confirmed that I can execute queries.
Thank you for your support.
If necessary, I will report on github that the event has been resolved.
@girish
Thank you for your support. I will confirm.
I think WORKER TIMEOUT
is a gunicorn error.
Add the --timeout
parameter in the gunicorn settings and
Avoided the timeout by reloading the supervisor inside the container.
I don't think it is recommended to change the settings in the container, so I think it is necessary to deal with it as a separate matter.
/etc/supervisor/conf.d/redash.conf
[program:web]
directory=/app/code/redash
command=/app/code/redash/bin/run gunicorn -b 0.0.0.0:5000 --name redash -w 4 --max-requests 1000 --timeout 300 redash.wsgi:app
process_name=server
user=cloudron
numprocs=1
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
run sudo supervisorctl reload
command.
@robi
Thank you for your reply.
The Docker container was recreated, so it doesn't seem to be a problem.
@girish
After uninstalling with Cloudron's GUI, I also installed with GUI.
I have Cloudron installed on AWS EC2. Do I need to rebuild EC2?
@girish
I checked it immediately, but it doesn't seem to work.
I have updated the details in Issue, so can you check it?
@girish
Thank you for your prompt response!
I will confirm it immediately.
@girish
Thank you for confirming the issue!
It seems that the format of REDASH_REDIS_URL
is different.
Is it possible to confirm?
Test connection is failing with Athena integration due to the following events.
https://github.com/getredash/redash/issues/5561
Is there anyone who is already using it?
Is it possible to use an older version of Redash with Cloudron?