gpchandran commented on issue #5993: URL: https://github.com/apache/superset/issues/5993#issuecomment-2802778394
> Public > > Thank you , issue got resolved, enabled the celery worker node > > Get Outlook for iOS<https://aka.ms/o0ukef> > > > Public > […](#) > > ________________________________ > From: yalefresne ***@***.***> > Sent: Friday, February 14, 2025 8:30:24 PM > To: apache/superset ***@***.***> > Cc: Praveen Prakasan (Secondee) ***@***.***>; Comment ***@***.***> > Subject: Re: [apache/superset] Superset Visualizations are timing out after 60 seconds. Want to increase that. How can I implement it? ([#5993](https://github.com/apache/superset/issues/5993)) > > You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification> > > CAUTION: This email originated from outside of NEOM. Please do not click links or open attachments unless you recognize the sender and know the content is safe. > > > I faced a similar problem. > > I was able to resolve it by setting SCREENSHOT_LOCATE_WAIT and SCREENSHOT_LOAD_WAIT variables on superset_config.py like this: > > SCREENSHOT_LOCATE_WAIT = int(timedelta(seconds=120).total_seconds()) > SCREENSHOT_LOAD_WAIT = int(timedelta(seconds=120).total_seconds()) > > > This fixed the issue for me, with vizualization which contain png screenshot made via selenium. > Hope this helps! > > — > Reply to this email directly, view it on GitHub<https://protect2.fireeye.com/v1/url?k=e81b8c9f-8bc40336-e81ccfe8-74fe486dcd97-2125920ed2a4026c&q=1&e=6fb29e34-d2f1-4a1f-af96-265a521f8710&u=https%3A%2F%2Fgithub.com%2Fapache%2Fsuperset%2Fissues%2F5993%23issuecomment-2659775237>, or unsubscribe<https://protect2.fireeye.com/v1/url?k=3c328dab-5fed0202-3c35cedc-74fe486dcd97-6e32f776d18178a8&q=1&e=6fb29e34-d2f1-4a1f-af96-265a521f8710&u=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FA4JZGBJG4ZV35TF5VI35YDD2PYK2BAVCNFSM6AAAAABUULJFQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJZG43TKMRTG4>. > You are receiving this because you commented.Message ID: ***@***.***> > > [yalefresne]yalefresne left a comment ([apache/superset#5993](https://github.com/apache/superset/issues/5993))<https://protect2.fireeye.com/v1/url?k=f367e3bd-90b86c14-f360a0ca-74fe486dcd97-f23e7e82d79b815c&q=1&e=6fb29e34-d2f1-4a1f-af96-265a521f8710&u=https%3A%2F%2Fgithub.com%2Fapache%2Fsuperset%2Fissues%2F5993%23issuecomment-2659775237> > > I faced a similar problem. > > I was able to resolve it by setting SCREENSHOT_LOCATE_WAIT and SCREENSHOT_LOAD_WAIT variables on superset_config.py like this: > > SCREENSHOT_LOCATE_WAIT = int(timedelta(seconds=120).total_seconds()) > SCREENSHOT_LOAD_WAIT = int(timedelta(seconds=120).total_seconds()) > > > This fixed the issue for me, with vizualization which contain png screenshot made via selenium. > Hope this helps! > > — > Reply to this email directly, view it on GitHub<https://protect2.fireeye.com/v1/url?k=7546d9a1-16995608-75419ad6-74fe486dcd97-14790a7db02ef2ec&q=1&e=6fb29e34-d2f1-4a1f-af96-265a521f8710&u=https%3A%2F%2Fgithub.com%2Fapache%2Fsuperset%2Fissues%2F5993%23issuecomment-2659775237>, or unsubscribe<https://protect2.fireeye.com/v1/url?k=8c54be45-ef8b31ec-8c53fd32-74fe486dcd97-f3e5165be46a68ea&q=1&e=6fb29e34-d2f1-4a1f-af96-265a521f8710&u=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FA4JZGBJG4ZV35TF5VI35YDD2PYK2BAVCNFSM6AAAAABUULJFQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJZG43TKMRTG4>. > You are receiving this because you commented.Message ID: ***@***.***> Hi @praveenhalian , Thanks after enabling **Asynchronous query execution** in Database connection setting , SQLLab Gateway time-out issue fixed for me. But **still getting Time-out Chart Level**, how to fix this issue? your help highly appreciated! -- 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]
