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

 (10 comentários) (1 reação) (0 responsável)Python (86 forks)github user discovery
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

Guia do colaborador