django-db-pool
django-db-pool copied to clipboard
Problems with celery?
We recently upgraded from 95d11027aabcbc2070de05e1a955d24c3a0c9445 to the release version, and started seeing a lot of the following message from our Celery workers after a deploy:
PoolError('connection pool exausted', )
Switching to MAX_CONNS: 2 alleviated the problem.
Have switched back to that rev, and it's all working fine now. [Django 1.5.4]