GitHub user OnlineProxy-io added a comment to the discussion: Weird behavior and errors in Alert&Reports with playwright.
Looks like you're hitting that SoftTimeLimitExceeded error when trying to generate thumbnails in Superset using Playwright. Basically, what's happening is the task is taking too long and bumping up against the timeout limit. Try bumping up the timeout for Playwright screenshots - the SCREENSHOT_PLAYWRIGHT_DEFAULT_TIMEOUT setting might still be too tight, especially if your dashboard is heavy or complex. Give it a little more breathing room. Also, double-check your Celery worker settings - specifically the CELERY_TASK_SOFT_TIME_LIMIT. If that’s set too low, it could be cutting off your task before it’s done doing its thing. If stuff’s still dragging, it might help to trim down the dashboard a bit or streamline your report logic - less clutter, faster load. And hey, while you're at it, make sure both Superset and Playwright are up to date and playing nice with each other version-wise. GitHub link: https://github.com/apache/superset/discussions/34297#discussioncomment-13877142 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org