Bogdanp/django_dramatiq

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

Offen

#86 geöffnet am 12.11.2020

 (10 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (86 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (384 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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