Bogdanp/django_dramatiq
Doesn't close DB connections leading to "FATAL: sorry, too many clients already"
Aperta
#86 aperta il 12 nov 2020
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