swapnil-chenoa commented on issue #8207: sqlalchemy.exc.TimeoutError: QueuePool limit of size 10 overflow 10 reached, connection timed out, timeout 30 URL: https://github.com/apache/incubator-superset/issues/8207#issuecomment-536433603 We've faced a similar issue before,We have added below parameters in config.py of superset to fix the issue. SQLALCHEMY_POOL_SIZE=20 SQLALCHEMY_POOL_TIMEOUT=300
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
