Bogdanp/django_dramatiq

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

オープン

#86 opened on 2020/11/12

 (10 件のコメント) (1 件のリアクション) (0 人の担当者)Python (86 件のフォーク)github user discovery
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

コントリビューターガイド