Bogdanp/django_dramatiq
Doesn't close DB connections leading to "FATAL: sorry, too many clients already"
开放
#86 创建于 2020年11月12日
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