JMGGarcia opened a new issue #11552: URL: https://github.com/apache/incubator-superset/issues/11552
Hello everyone! I'm having trouble generating email reports. Running on docker, I've set everything up with geckodriver. When I create a email schedule and request a test email (on a simple dashboard with just a markup card), I can see in the logs the worker requesting the dashboards, but then nothing seems to happen, the RAM fills up slowly, eventually I get a SoftTimeLimit exception, but the process keeps running until it runs out of RAM. I know Selenium can consume a lot of resources, but it seems quite a lot for such a simple task (important to note that at the beginning of the task I have more than 10Gb of free RAM). Additionally, I was able to run this whole setup on my PC without problems, but get this problem on the server. ### Expected results Generate simple email report. ### Actual results No email is sent, process fills up RAM until it runs out of it. #### How to reproduce the bug 1. Generate email schedule with a generic dashboard, request test email ### Environment (please complete the following information): - superset version: `0.37.2` - python version: `3.6.9` - node.js version: `10.15.3` ### Checklist - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ---------------------------------------------------------------- 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]
