Bogdanp/django_dramatiq

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

Open

#86 opened on Nov 12, 2020

 (10 comments) (1 reaction) (0 assignees)Python (86 forks)github user discovery
help wanted

Repository metrics

Stars
 (384 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide