mschaefer-gresham commented on issue #30372:
URL: https://github.com/apache/superset/issues/30372#issuecomment-2370944870

   @duso 
   
   1. I verified that redis is running and that I can ping it using the cli.
   2. The logs indicate that celery has started successfully.
   3. The WEBDRIVER_BASEURL is correct.
   4. I am using the default firefox driver and using the following settings:
   ```
   WEBDRIVER_OPTION_ARGS = [
           "--force-device-scale-factor=2.0",
           "--high-dpi-support=2.0",
           "--headless",
           "--disable-gpu",
           "--disable-dev-shm-usage",
           "--no-sandbox",
           "--disable-setuid-sandbox",
           "--disable-extensions",
           ]
   ```
   5. There are no issues in the logs other than the error reported in my 
original post.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to