-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Random Worker Timeouts when starting Redash #2453
Comments
Hi Does this patch help?
|
Unfortunately this didn't solve the issue:
I understand that this should set some timeout to 60 seconds though the error comes after 30 seconds already... |
The timeout comes from gunicorn and not Celery, hence why the patch had no effect. But this looks like a setup issue and not an issue with Redash, it's a better fit for our forum. When creating a post there, it will be great if you could include some more details on your setup that will help debugging this:
And anything else that might be relevant. Thanks. |
I have an issue with my Redash Setup. When I try to start Redash using the command
/opt/redash/current/bin/run gunicorn -b 127.0.0.1:5000 --name redash -w 4 --max-requests 1000 --log-level debug redash.wsgi:app
Sometimes it works and sometimes I randomly get errors showing "Worker Timeouts":
And so on...
The issue occurs in I'd say 90% of the cases when I try to start Redash but for some reason sometimes it works so I don't know where to start looking for the issue. Any hints where I shall have a look to debug the issue?
Thanks,
Nils
The text was updated successfully, but these errors were encountered: