villebro commented on issue #30286: URL: https://github.com/apache/superset/issues/30286#issuecomment-2356883696
Beyond the fix above, It's a good idea to make sure your `SQLALCHEMY_ENGINE_OPTIONS` has a necessarily big `pool_size` + `max_overflow` to facilitate for all gunicorn threads. Say you have 20 gunicorn threads, your combined `pool_size` and `max_overflow` should not be less than 20 to ensure there's sufficient connections in the pool during high load. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org