You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/02/10 16:28:31 UTC

[GitHub] [superset] alafanechere edited a comment on issue #10996: Problem in scheduling email reports in superset

alafanechere edited a comment on issue #10996:
URL: https://github.com/apache/superset/issues/10996#issuecomment-776831924


   Same error here using `superset v1.0.1`  with geckodriver `v0.29`. Webserver and  workers are running in Kubernetes. I tried to allocate `2G` of memory to my  worker pods but it did not change the problem, and the worker pod running the task is consuming way less than `2G` when I try to send a test email. 
   I tried increasing render time related configs without more success :
   * `SCREENSHOT_LOCATE_WAIT`
    * `SCREENSHOT_LOAD_WAIT`
    * `EMAIL_PAGE_RENDER_WAIT`
   
   As @aleksarias sometime it's works on some dashboards and as @kazemf78 I first face a warning : 
   `Failed to decode response from marionette`
   and then on first retry (hapenning [here](https://github.com/apache/superset/blob/249b51bfbacfec27825de4aa4139c4d279dbd89c/superset/tasks/schedules.py#L273)) I encounter :
   `selenium.common.exceptions.InvalidSessionIdException: Message: Tried to run command without establishing a connection `
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org