Bogdanp/django_dramatiq

Doesn't close DB connections leading to "FATAL: sorry, too many clients already"

Aperta

#86 aperta il 12 nov 2020

 (10 commenti) (1 reazione) (0 assegnatari)Python (86 fork)github user discovery
help wanted

Metriche repository

Star
 (384 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor