django-db-pool icon indicating copy to clipboard operation
django-db-pool copied to clipboard

Problems with celery?

Open funkybob opened this issue 11 years ago • 0 comments

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]

funkybob avatar Sep 26 '13 05:09 funkybob