Bogdanp/django_dramatiq

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

开放

#86 创建于 2020年11月12日

 (10 条评论) (1 个反应) (0 位负责人)Python (86 个派生)github user discovery
help wanted

仓库指标

星标
 (384 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南