Bogdanp/django_dramatiq
Doesn't close DB connections leading to "FATAL: sorry, too many clients already"
オープン
#86 opened on 2020/11/12
help wanted
Repository metrics
- Stars
- (384 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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