We use the Redash API to create visualizations, and then we got the error
sqlalchemy.exc.TimeoutError
sqlalchemy.exc.TimeoutError:QueuePool limit of size 5 overflow 10 reached, connection time out, timeout 30

Anything we need modify in the docker-compose file?

1 Like

I have the same problem! Did you solved it ?

Thanks for bumping this issue. Does this always happen? Or only after creating many visualisations?

This happens from time to time, even when creating queries.

yeah, I used the developer version, so what I did was add following two parameters in the yml file:

SQLALCHEMY_POOL_SIZE: 100
SQLALCHEMY_MAX_OVERFLOW: 100

2 Likes

Thanks, dtian118! I’ll try it.