Bogdanp/django_dramatiq
Doesn't close DB connections leading to "FATAL: sorry, too many clients already"
Aberta
#86 aberto em 12 de nov. de 2020
help wanted
Métricas do repositório
- Stars
- (384 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Hi!
I have 5 tasks that run periodically (using periodiq) and each time they these are executed they open a new connection to the database.
Already tried the middleware ordering showcased on issue #76.
Thank you in advance