syazwan0913 opened a new issue #14769: URL: https://github.com/apache/superset/issues/14769
A clear and concise description of what the bug is. ### Expected results Superset will always load smoothly all the time ### Actual results Certain time Superset will load very slow. Expected is because of `healthcheck` #### Screenshots If applicable, add screenshots to help explain your problem. ``` May 21 00:57:44 DASH dockerd[1802]: time="2021-05-21T00:57:44.656147370+08:00" level=warning msg="Health check for container 4de589c58da10216ab70c29258676123f94494eafce619382e4d2b6b532a2558 error: context deadline exceeded" ``` #### How to reproduce the bug 1. Install Superset `1.0.1` using docker-compose 2. Run Superset using Gunicorn 3. After certain time, Superset will load very slow and go back to normal once Gunicorn container is restarted 4. Error is found out in syslog that related to healthcheck ### Environment (please complete the following information): - superset version: `1.0.1` - python version: `based on 1.0.1` - node.js version: `based on 1.0.1` - docker engine version: `20.10.3` - docker-compose version: `1.28.2` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
